From 8a18cbfbb178dd6ff599324806084a89bd58c391 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 11 Jan 2017 18:18:42 +0100 Subject: [PATCH] etc-git-commit: Custom commit message --- tasks/commit_etc_git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/commit_etc_git.yml b/tasks/commit_etc_git.yml index 93d8a4c..ee59109 100644 --- a/tasks/commit_etc_git.yml +++ b/tasks/commit_etc_git.yml @@ -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