Commit fc7ed066 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Fix etckeeper configuration file creation

parent 23738766
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
line="VCS=\"git\"" line="VCS=\"git\""
when: etckeeper_configuration.stat.exists == True when: etckeeper_configuration.stat.exists == True
- shell: git config user.email `root@hostname` - shell: git config user.email root@`hostname`
when: etckeeper_configuration.stat.exists == False when: etckeeper_configuration.stat.exists == False
args: args:
chdir: /etc chdir: /etc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment