From 6f47c46cc6dcb7e547d7bd37dc50ecf0922a04ff Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 2 Jun 2016 12:05:08 +0200 Subject: [PATCH] Update dependencies for commonauth and commonconnect --- tasks/tunnel_keys.yml | 2 +- tasks/user_keys.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/tunnel_keys.yml b/tasks/tunnel_keys.yml index 68bd358..782f826 100644 --- a/tasks/tunnel_keys.yml +++ b/tasks/tunnel_keys.yml @@ -1,5 +1,5 @@ --- -# file: roles/commonauth/tasks/tunnel_keys.yml +# file: roles/commonkeys/tasks/tunnel_keys.yml - name: "Read public key of tunnel user" shell: cat /home/{{ tunnel_user_name }}/.ssh/id_rsa.pub diff --git a/tasks/user_keys.yml b/tasks/user_keys.yml index e6f7680..df98ce7 100644 --- a/tasks/user_keys.yml +++ b/tasks/user_keys.yml @@ -1,5 +1,5 @@ --- -# file: roles/commonauth/tasks/user_keys.yml +# file: roles/commonkeys/tasks/user_keys.yml - name: "Keys | Remove the fresh auth file in case it does already exist" file: -- GitLab