diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index d6a8236..4f45e88 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -81,6 +81,7 @@ file: path: /home/{{ item.username }}/.ssh/ state: directory + owner: "{{ item.username }}" with_items: "{{ me }}" - name: Copy ssh user config