Update linux/os/create_user_ssh/awx_add_authorized_key.yml

This commit is contained in:
David Lopez 2023-09-07 07:42:06 +00:00
parent 83c32cdf8d
commit 9a94c51060
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
- name: Add ssh pub keys AWX
authorized_key:
user: awx
key: "{{ key_to_add }}"
path: /root/.ssh/authorized_keys
state: present