Fix: quote and owner
This commit is contained in:
parent
8693f9157f
commit
8d76140f91
@ -22,7 +22,7 @@
|
|||||||
copy:
|
copy:
|
||||||
src: files/dotfiles/zshrc
|
src: files/dotfiles/zshrc
|
||||||
path: /home/{{ item.username }}/.config/zsh/
|
path: /home/{{ item.username }}/.config/zsh/
|
||||||
owner: {{ item.username }}
|
owner: "{{ item.username }}"
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
with_items: "{{ dotusers }}"
|
with_items: "{{ dotusers }}"
|
||||||
when: prompt == 'zsh'
|
when: prompt == 'zsh'
|
||||||
|
Loading…
Reference in New Issue
Block a user