From 3a74407e0018fa785c2065a1c8429b04dab1517d Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 13 Jul 2020 11:26:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20use=20spaces=20around=20var=20na?= =?UTF-8?q?mes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/etckeeper.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/etckeeper.yml b/tasks/etckeeper.yml index 3ed9937..76df9bc 100644 --- a/tasks/etckeeper.yml +++ b/tasks/etckeeper.yml @@ -49,7 +49,7 @@ changed_when: False - name: "configure git user.name" - command: git config user.name "{{etckeeper_user_name}}" + command: git config user.name "{{ etckeeper_user_name }}" args: chdir: /etc warn: off @@ -65,7 +65,7 @@ changed_when: False - name: "configure git user.email" - command: git config user.email "{{etckeeper_user_email}}" + command: git config user.email "{{ etckeeper_user_email }}" args: chdir: /etc warn: off