etc-git-commit: Custom commit message

This commit is contained in:
Jérémy Lecour 2017-01-11 18:18:42 +01:00 committed by Jérémy Lecour
parent 38f35b5231
commit 8a18cbfbb1

View file

@ -9,7 +9,7 @@
- git
- name: /etc modifications are committed
shell: "git add -A . && git commit -m \"Ansible run\""
shell: "git add -A . && git commit -m \"{{ commit_message | default('Ansible run') }}\""
args:
chdir: /etc
register: etc_commit_end_evolinux