🎨 use spaces around var names
This commit is contained in:
parent
08583303f0
commit
3a74407e00
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue