Create /opt/system-config/production folder on puppetmaster
This has to be created prior to synchronize, otherwise it fails
This commit is contained in:
parent
e914d40602
commit
4313255c41
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user