From 3ec883c0d8875ee2fd5ecb8943f997e157439bb3 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 23 Aug 2018 14:45:01 +0200 Subject: [PATCH] Same issue --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index f826959..7115bcd 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -3,7 +3,7 @@ template: src: files/Xdefaults dest: /home/{{ item.username }}/.Xdefaults - with_items: me + with_items: "{{ me }}" when: not minimal