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