etc-git-commit: Custom commit message
This commit is contained in:
parent
38f35b5231
commit
8a18cbfbb1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue