From 8d76140f91cf897c087144efd89439f81462d4e0 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 3 Jul 2021 16:38:05 +0200 Subject: [PATCH] Fix: quote and owner --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index e599385..f780ee7 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -22,7 +22,7 @@ copy: src: files/dotfiles/zshrc path: /home/{{ item.username }}/.config/zsh/ - owner: {{ item.username }} + owner: "{{ item.username }}" mode: '0755' with_items: "{{ dotusers }}" when: prompt == 'zsh'