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