diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index b687428..8f527a5 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -38,7 +38,7 @@ - name: dotfiles -- Copy local zshrc template: - src: files/dotfiles/zsh/zshrc + src: files/dotfiles/zsh/.zshrc dest: /home/{{ item.username }}/.config/zsh/.zshrc owner: "{{ item.username }}" group: "{{ item.group }}"