From 118d5e3ec4ad6e94a006cb7dd63555f554a95971 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 8 Jul 2021 10:24:40 +0200 Subject: [PATCH] Fix: same --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 5a0899f..07ec73a 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -38,7 +38,7 @@ - name: dotfiles -- Copy local zshrc template: - src: files/dotfiles/.zshrc + src: files/dotfiles/zshrc dest: /home/{{ item.username }}/.config/zsh/.zshrc owner: "{{ item.username }}" group: "{{ item.group }}"