Update linux/os/create_user_ssh/awx_add_authorized_key.yml
This commit is contained in:
parent
8638244ee8
commit
5efdf1db8e
|
@ -10,7 +10,6 @@
|
|||
authorized_key:
|
||||
user: root
|
||||
key: "{{ key_to_add }}"
|
||||
path: /root/.ssh/authorized_keys
|
||||
state: present
|
||||
manage_dir: yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue