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
copy:
src: files/dotfiles/zshrc
path: /home/{{ item.username }}/.config/zsh/
dest: /home/{{ item.username }}/.config/zsh/
owner: "{{ item.username }}"
mode: '0755'
with_items: "{{ dotusers }}"