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