Fix: source dotfile for zsh

This commit is contained in:
Bertrand Benjamin 2021-07-03 17:00:38 +02:00
parent 5c8bce6b5e
commit c693c06f20

View File

@ -20,7 +20,7 @@
# ZSH
- name: dotiles -- create and copy .config/zsh directory
copy:
src: files/dotfiles/zshrc
src: files/dotfiles/zsh
dest: /home/{{ item.username }}/.config/zsh/
owner: "{{ item.username }}"
mode: '0755'