2015-04-29 15:04:21 +02:00

7 lines
224 B
YAML

---
- 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/
tags: rsync_system_config