infra-ansible/roles/bootstrap_puppetmaster/tasks/rsync_system_config.yml

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