Fix: path to dest in "create and copy zsh directory

This commit is contained in:
Bertrand Benjamin 2021-07-03 16:57:14 +02:00
parent 8d76140f91
commit 5c8bce6b5e

View File

@ -21,7 +21,7 @@
- name: dotiles -- create and copy .config/zsh directory - name: dotiles -- create and copy .config/zsh directory
copy: copy:
src: files/dotfiles/zshrc src: files/dotfiles/zshrc
path: /home/{{ item.username }}/.config/zsh/ dest: /home/{{ item.username }}/.config/zsh/
owner: "{{ item.username }}" owner: "{{ item.username }}"
mode: '0755' mode: '0755'
with_items: "{{ dotusers }}" with_items: "{{ dotusers }}"