Refactor CCP deployment part

This commit is contained in:
Aleksandr Didenko
2016-07-12 17:20:58 +02:00
parent 569d0081d3
commit d450e1f06f
5 changed files with 12 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
run_once: true
- name: Deploy CCP
shell: mcp-microservices --config-file=/root/ccp/ccp.conf deploy
shell: "mcp-microservices --config-file=/root/ccp/ccp.conf deploy &> /var/log/ccp-deploy.log"
args:
chdir: /root/ccp
run_once: true