From 2fc9af3c1ef2882da52dc4dc5ab685a26e450518 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 17:20:27 +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 ce6bf4c..62d0a4a 100644 --- a/playbooks/update_ssh_keys.yml +++ b/playbooks/update_ssh_keys.yml @@ -11,10 +11,10 @@ - name: Download id_rsa ansible.builtin.get_url: url: http://192.168.77.106:48000/ssh/id_rsa - dest: ~/.ssh/id_rsa + dest: /home/jd/.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: ~/.ssh/id_rsa.pub + dest: /home/jd/.ssh/id_rsa.pub mode: '0600'