Update create_user_ssh/check_authorizzed_key.yml

This commit is contained in:
David Lopez 2023-07-27 08:48:31 +00:00
parent c002006cd0
commit 6d6dbf5d23
1 changed files with 1 additions and 1 deletions

View File

@ -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