From 5df535c75fa985baec4ac7e5846052ef87939e6d Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 17:24:28 +0100 Subject: [PATCH] bitwarden --- playbooks/update_ssh_keys.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/update_ssh_keys.yml b/playbooks/update_ssh_keys.yml index bd4f094..ba536a7 100644 --- a/playbooks/update_ssh_keys.yml +++ b/playbooks/update_ssh_keys.yml @@ -10,10 +10,10 @@ - name: Download id_rsa ansible.builtin.get_url: url: http://192.168.77.106:48000/ssh/id_rsa - dest: /home/jd/.ssh/id_rsa + dest: ~/.ssh/id_rsa mode: '0600' - name: Download id_rsa.pub ansible.builtin.get_url: url: http://192.168.77.106:48000/ssh/id_rsa.pub - dest: /home/jd/.ssh/id_rsa.pub + dest: ~/.ssh/id_rsa.pub mode: '0600'