From 4cdc6f9ea0a99f62c2759a0264dca24c394dd730 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Mon, 4 May 2015 16:30:22 +0200 Subject: [PATCH] Fix commit message on deploy_system_config --- roles/deploy_system_config/tasks/commit_changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/deploy_system_config/tasks/commit_changes.yml b/roles/deploy_system_config/tasks/commit_changes.yml index 00c5369..a9cd4d3 100644 --- a/roles/deploy_system_config/tasks/commit_changes.yml +++ b/roles/deploy_system_config/tasks/commit_changes.yml @@ -1,5 +1,5 @@ --- -- command: git commit -a -m "deploy_site_pp commit from infra-ansible" +- command: git commit -a -m "deploy_system_config commit from infra-ansible" args: chdir: /tmp/infra-ansible/system-config/production ignore_errors: True