From da349739499aa36abb89f051d5ab955326eceb38 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 23 Aug 2018 14:39:58 +0200 Subject: [PATCH] Also nested me --- tasks/dotfiles.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 2783b35..f826959 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -2,7 +2,8 @@ - name: urxvt Xdefault template: src: files/Xdefaults - dest: /home/{{ me.username }}/.Xdefaults + dest: /home/{{ item.username }}/.Xdefaults + with_items: me when: not minimal