Browse Source

Another fix in path for inventory

Aleksandr Didenko 8 years ago
parent
commit
6be93a3b87
1 changed files with 1 additions and 1 deletions
  1. 2
      deploy-ccp.sh

2
deploy-ccp.sh

@ -1,6 +1,6 @@
#!/bin/bash
INVENTORY="kargo/inventory/inventory.cfg"
INVENTORY="/root/kargo/inventory/inventory.cfg"
echo "Createing repository and CCP images, it may take a while..."
ansible-playbook -i $INVENTORY playbooks/ccp-build.yaml

Loading…
Cancel
Save