Update create_user_ssh/check_authorizzed_key.yml
This commit is contained in:
parent
c002006cd0
commit
6d6dbf5d23
|
@ -25,5 +25,5 @@
|
|||
authorized_key:
|
||||
user: root # Replace with the remote user's name
|
||||
state: present
|
||||
key: "{{ public_key_to_add }}"
|
||||
key: "{{ key_to_add }}"
|
||||
when: not authorized_key_exists
|
Loading…
Reference in New Issue