Update linux/os/create_user_ssh/check_and _add_authorized_key.yml

This commit is contained in:
David Lopez 2023-09-08 06:59:23 +00:00
parent e6c5a79e5a
commit 0f20b1a58f
1 changed files with 1 additions and 2 deletions

View File

@ -24,6 +24,5 @@
user: root
key: "{{ key_to_add }}"
when: not authorized_key_exists | False
state: present
manage_dir: yes