From 9e411099d6c24d6d91b26af66aa9c05a40844e80 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 17:57:34 +0100 Subject: [PATCH] bitwarden --- playbooks/update_ssh_keys.yml | 1 + 1 file changed, 1 insertion(+) 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: