From b5bf6c92b3d335b1acf4ba33fd0e33dbd73ff8a5 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 17:34:26 +0100 Subject: [PATCH] bitwarden --- playbooks/update_ssh_keys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/update_ssh_keys.yml b/playbooks/update_ssh_keys.yml index 178e0bf..82730cf 100644 --- a/playbooks/update_ssh_keys.yml +++ b/playbooks/update_ssh_keys.yml @@ -4,7 +4,7 @@ # -- - name: Create a directory if it does not exist ansible.builtin.file: - path: ~/.ssh/id_rsa + path: ~/.ssh state: directory mode: '0700' - name: Download id_rsa