Fix: force to copy .zshrc

This commit is contained in:
Bertrand Benjamin 2021-07-08 10:17:17 +02:00
parent 134a156149
commit 68df1b1072

View File

@ -36,6 +36,15 @@
with_items: "{{ dotusers }}"
when: prompt == 'zsh'
- name: dotfiles -- Copy local zshrc
template:
src: files/dotfiles/zshenv
dest: /home/{{ item.username }}/.config/zsh/.zshrc
owner: "{{ item.username }}"
group: "{{ item.group }}"
with_items: "{{ dotusers }}"
when: prompt == 'zsh'
- name: dotiles -- clone zsh syntax-hightlighting
git:
repo: https://github.com/zsh-users/zsh-syntax-highlighting.git