Fix paths in playbooks

This commit is contained in:
Aleksandr Didenko 2016-06-30 16:50:29 +02:00
parent bb3a57a719
commit aad4edaf47

View file

@ -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"