diff --git a/playbooks/update_ssh_keys.yml b/playbooks/update_ssh_keys.yml index 5ac108d..7ec26bf 100644 --- a/playbooks/update_ssh_keys.yml +++ b/playbooks/update_ssh_keys.yml @@ -28,6 +28,7 @@ ansible.builtin.lineinfile: path: "{{ ansible_env.HOME }}/.ssh/authorized_keys" line: "{{ key.stdout }}" + create: yes - name: Print ansible.builtin.debug: