diff --git a/linux/os/create_user_ssh/check_and _add_authorized_key.yml b/linux/os/create_user_ssh/check_and _add_authorized_key.yml index cbbce0b..1b8b3b3 100644 --- a/linux/os/create_user_ssh/check_and _add_authorized_key.yml +++ b/linux/os/create_user_ssh/check_and _add_authorized_key.yml @@ -29,4 +29,4 @@ key: "{{ key_to_add }}" state: present manage_dir: yes - when: "'authorized_key_exists' False" + when: "'authorized_key_exists' True"