From c693c06f200d55fa98b448122c670410a3e05402 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 3 Jul 2021 17:00:38 +0200 Subject: [PATCH] Fix: source dotfile for zsh --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 90b8825..aae425b 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -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'