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