- Don't create registry pod if it already exists
- Fix shell commands
This commit is contained in:
Aleksandr Didenko
2016-07-12 17:56:40 +02:00
parent d450e1f06f
commit 64608f06cf
2 changed files with 4 additions and 3 deletions

View File

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