diff --git a/tasks/ssh.yml b/tasks/ssh.yml index d2b9784..61046d3 100644 --- a/tasks/ssh.yml +++ b/tasks/ssh.yml @@ -18,6 +18,10 @@ line: "PermitRootLogin no" backrefs: yes +- name: Debug deploy_public_key + debug: + msg: "{{ lookup('file', deploy_public_key)}} " + - name: Add public key for deploy user authorized_key: user: "{{ item.username }}"