Create /opt/system-config/production folder on puppetmaster

This has to be created prior to synchronize, otherwise
it fails
This commit is contained in:
Ricardo Carrillo Cruz 2015-04-29 14:35:39 +02:00
parent e914d40602
commit 4313255c41

View File

@ -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