Fix: same

This commit is contained in:
Bertrand Benjamin 2021-07-08 10:24:40 +02:00
parent 13d2188c95
commit 118d5e3ec4
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"