From ae5deba4ac7c5d7f24038c72924aa4ee1bca681f Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 29 Apr 2015 15:04:21 +0200 Subject: [PATCH] Fix synchronize creating production within production folder --- roles/bootstrap_puppetmaster/tasks/rsync_system_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bootstrap_puppetmaster/tasks/rsync_system_config.yml b/roles/bootstrap_puppetmaster/tasks/rsync_system_config.yml index 7771790..c5fc287 100644 --- a/roles/bootstrap_puppetmaster/tasks/rsync_system_config.yml +++ b/roles/bootstrap_puppetmaster/tasks/rsync_system_config.yml @@ -1,6 +1,6 @@ --- -- file: path=/opt/system-config/production state=directory +- file: path=/opt/system-config state=directory # Synchronize system-config from local to dest machine -- synchronize: src=/tmp/infra-ansible/system-config/production dest=/opt/system-config/production +- synchronize: src=/tmp/infra-ansible/system-config/production dest=/opt/system-config/ tags: rsync_system_config