Update linux/os/create_user_ssh/awx_add_authorized_key.yml

This commit is contained in:
David Lopez 2023-09-07 08:21:38 +00:00
parent 8638244ee8
commit 5efdf1db8e
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
authorized_key: authorized_key:
user: root user: root
key: "{{ key_to_add }}" key: "{{ key_to_add }}"
path: /root/.ssh/authorized_keys
state: present state: present
manage_dir: yes manage_dir: yes