From 12aec264aff08726173d1b9d0dc7986d6f992444 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 23 Aug 2018 17:54:36 +0200 Subject: [PATCH] Try git_config --- tasks/dotfiles.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 68c5262..c3f4c21 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -4,6 +4,7 @@ name: user.name scope: global value: "{{ item.name }}" + become_user: "{{ item.name }}" with_items: "{{ me }}" - email: git config email @@ -11,6 +12,7 @@ email: user.email scope: global value: "{{ item.email }}" + become_user: "{{ item.name }}" with_items: "{{ me }}" - name: Copy urxvt Xdefault