Update linux/os/create_user_ssh/awx_add_authorized_key.yml

This commit is contained in:
David Lopez 2023-09-07 07:43:20 +00:00
parent 9a94c51060
commit bc8b130bc2
1 changed files with 1 additions and 0 deletions

View File

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