Update create_user_ssh/check_authorizzed_key.yml
This commit is contained in:
parent
2512bec4aa
commit
5b7f960f31
|
@ -15,7 +15,7 @@
|
|||
|
||||
- name: Display result
|
||||
debug:
|
||||
msg: "Authorized key exists: {{ authorized_key_exists | default(false) }}"
|
||||
msg: "Authorized key exists: {{ authorized_key_exists }}"
|
||||
|
||||
- name: Add authorized key
|
||||
authorized_key:
|
||||
|
|
Loading…
Reference in New Issue