Commit 33ee6ba4 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: ignore error on first commit in /etc as usually it's done already

parent 02ee79c2
......@@ -54,6 +54,7 @@
chdir: /etc
- shell: git commit -a -m "Initial Commit"
ignore_errors: True
when: etckeeper_configuration.stat.exists == False
args:
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