Update create_user_ssh/check_authorizzed_key.yml
This commit is contained in:
parent
14cfb6976e
commit
bb992fa54a
|
@ -16,7 +16,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