🎨 use spaces around var names

master
neingeist 4 years ago
parent 08583303f0
commit 3a74407e00

@ -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

Loading…
Cancel
Save