diff --git a/roles/bootstrap_puppetmaster/tasks/rsync_system_config.yml b/roles/bootstrap_puppetmaster/tasks/rsync_system_config.yml index 86df692..7771790 100644 --- a/roles/bootstrap_puppetmaster/tasks/rsync_system_config.yml +++ b/roles/bootstrap_puppetmaster/tasks/rsync_system_config.yml @@ -1,4 +1,6 @@ --- +- file: path=/opt/system-config/production state=directory + # Synchronize system-config from local to dest machine -- synchronize: src=/tmp/infra-ansible/system-config dest=/opt/system-config/production +- synchronize: src=/tmp/infra-ansible/system-config/production dest=/opt/system-config/production tags: rsync_system_config