Fix paths to kargo
This commit is contained in:
parent
f1e5bc81f8
commit
8334a9e1e4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
INVENTORY="kargo/inventory/inventory.cfg"
|
||||
INVENTORY="/root/kargo/inventory/inventory.cfg"
|
||||
|
||||
nodes=""
|
||||
i=1
|
||||
|
@ -18,7 +18,7 @@ fi
|
|||
|
||||
echo "Running deployment..."
|
||||
#kargo deploy -y --ansible-opts="-e @custom.yaml"
|
||||
ansible-playbook -i $INVENTORY kargo/cluster.yml -e @custom.yaml
|
||||
ansible-playbook -i $INVENTORY /root/kargo/cluster.yml -e @custom.yaml
|
||||
deploy_res=$?
|
||||
|
||||
if [ "$deploy_res" -eq "0" ]; then
|
||||
|
|
Loading…
Reference in a new issue