Fix: source file for zshrc

This commit is contained in:
Bertrand Benjamin 2021-07-08 10:22:30 +02:00
parent 68df1b1072
commit 13d2188c95

View File

@ -38,7 +38,7 @@
- name: dotfiles -- Copy local zshrc
template:
src: files/dotfiles/zshenv
src: files/dotfiles/.zshrc
dest: /home/{{ item.username }}/.config/zsh/.zshrc
owner: "{{ item.username }}"
group: "{{ item.group }}"
@ -63,6 +63,8 @@
git:
repo: https://github.com/zsh-users/zsh-history-substring-search
dest: /home/{{ item.username }}/.config/zsh/zsh-history-substring-search
owner: "{{ item.username }}"
group: "{{ item.group }}"
with_items: "{{ dotusers }}"
when: prompt == 'zsh'