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