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'