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:
|
||||
- name: Rsync MCP scripts and repo
|
||||
synchronize:
|
||||
src: /root/ccp/
|
||||
src: ../ccp/
|
||||
dest: /root/ccp/
|
||||
rsync_opts:
|
||||
- "--exclude=/microservices-repos"
|
||||
|
|
Loading…
Reference in a new issue