Fix synchronize creating production within production folder

This commit is contained in:
Ricardo Carrillo Cruz 2015-04-29 15:04:21 +02:00
parent 4313255c41
commit ae5deba4ac

View File

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