Update linux/os/create_user_ssh/awx_add_authorized_key.yml
This commit is contained in:
parent
9a94c51060
commit
bc8b130bc2
|
@ -8,6 +8,7 @@
|
|||
|
||||
- name: Add ssh pub keys AWX
|
||||
authorized_key:
|
||||
user: root
|
||||
key: "{{ key_to_add }}"
|
||||
path: /root/.ssh/authorized_keys
|
||||
state: present
|
||||
|
|
Loading…
Reference in New Issue