diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index f780ee7..90b8825 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -21,7 +21,7 @@ - name: dotiles -- create and copy .config/zsh directory copy: src: files/dotfiles/zshrc - path: /home/{{ item.username }}/.config/zsh/ + dest: /home/{{ item.username }}/.config/zsh/ owner: "{{ item.username }}" mode: '0755' with_items: "{{ dotusers }}"