Fix paths in playbooks
This commit is contained in:
parent
bb3a57a719
commit
aad4edaf47
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Rsync MCP scripts and repo
|
- name: Rsync MCP scripts and repo
|
||||||
synchronize:
|
synchronize:
|
||||||
src: /root/ccp/
|
src: ../ccp/
|
||||||
dest: /root/ccp/
|
dest: /root/ccp/
|
||||||
rsync_opts:
|
rsync_opts:
|
||||||
- "--exclude=/microservices-repos"
|
- "--exclude=/microservices-repos"
|
||||||
|
|
Loading…
Reference in a new issue