Fix: once again

This commit is contained in:
Bertrand Benjamin 2021-07-08 10:27:50 +02:00
parent 356e1bddf4
commit 5148fa3236
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
- name: dotfiles -- Copy local zshrc - name: dotfiles -- Copy local zshrc
template: template:
src: files/dotfiles/zsh/zshrc src: files/dotfiles/zsh/.zshrc
dest: /home/{{ item.username }}/.config/zsh/.zshrc dest: /home/{{ item.username }}/.config/zsh/.zshrc
owner: "{{ item.username }}" owner: "{{ item.username }}"
group: "{{ item.group }}" group: "{{ item.group }}"