Fixed writing of .zshrc

master
Leo Maroni 4 years ago
parent 30ff3e7693
commit 4d313ad608
No known key found for this signature in database
GPG Key ID: B1ADA545CD2CBACD

@ -45,7 +45,8 @@
dest: '~{{ user.username }}/.zshrc'
backup: yes
mode: 'u=rw,go=r'
become_user: '{{ user.username }}'
owner: "{{ user.username }}"
group: "{{ user.username }}"
when: user.oh_my_zsh is defined
with_items: "{{ users }}"
loop_control:

Loading…
Cancel
Save