Need to also look at the right place when deploying...

This commit is contained in:
James Pace 2022-12-27 09:31:38 -05:00
parent 33362af07c
commit 2a77b62e73
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ spec:
ansible-playbook -vvvv --skip-tags deploy -i $(params.ansible-file-path)/inventory.yaml $(params.ansible-file-path)/build.yaml
if [[ $(params.deploy) == "true" ]]; then
ansible-playbook -vvvv --tags deploy -i inventory.yaml build.yaml
ansible-playbook -vvvv --tags deploy -i $(params.ansible-file-path)/inventory.yaml $(params.ansible-file-path)/build.yaml
fi