From 5148fa3236b448116798c67dfc87a7453bfe8159 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 8 Jul 2021 10:27:50 +0200 Subject: [PATCH] Fix: once again --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index b687428..8f527a5 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -38,7 +38,7 @@ - name: dotfiles -- Copy local zshrc template: - src: files/dotfiles/zsh/zshrc + src: files/dotfiles/zsh/.zshrc dest: /home/{{ item.username }}/.config/zsh/.zshrc owner: "{{ item.username }}" group: "{{ item.group }}"