diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/dotfiles/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/dotfiles/tasks/main.yml b/roles/dotfiles/tasks/main.yml index ba707a1..b5197df 100644 --- a/roles/dotfiles/tasks/main.yml +++ b/roles/dotfiles/tasks/main.yml @@ -66,7 +66,7 @@ - name: Setup ssh directory ansible.builtin.file: - path: '{{ user }}/.ssh' + path: '{{ homedir }}/.ssh' state: directory owner: '{{ user }}' mode: u+rw,g-rw,o-rw |