From a755211d72e2e573083edf326c1b1b1610df7d2f Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 29 Apr 2015 15:25:53 +0200 Subject: [PATCH] Do not push changes to remote Git system-config anymore Let's just apply changes locally on the command center server, the whole repo is copied over with rsync to puppetmaster now. --- .../tasks/{commit_push.yml => commit_changes.yml} | 4 ---- 1 file changed, 4 deletions(-) rename roles/deploy_system_config/tasks/{commit_push.yml => commit_changes.yml} (57%) diff --git a/roles/deploy_system_config/tasks/commit_push.yml b/roles/deploy_system_config/tasks/commit_changes.yml similarity index 57% rename from roles/deploy_system_config/tasks/commit_push.yml rename to roles/deploy_system_config/tasks/commit_changes.yml index 4e93206..00c5369 100644 --- a/roles/deploy_system_config/tasks/commit_push.yml +++ b/roles/deploy_system_config/tasks/commit_changes.yml @@ -3,7 +3,3 @@ args: chdir: /tmp/infra-ansible/system-config/production ignore_errors: True - -- command: git push origin {{ system_config_branch }} - args: - chdir: /tmp/infra-ansible/system-config/production