Fix: quote and owner

This commit is contained in:
Bertrand Benjamin 2021-07-03 16:38:05 +02:00
parent 8693f9157f
commit 8d76140f91
1 changed files with 1 additions and 1 deletions

View File

@ -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'