From 8e7e651d5b70c788057cdfa0cefd1727255d4503 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 31 Jul 2025 09:24:52 -0400 Subject: [PATCH] try this --- scripts/deploy_containers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy_containers.sh b/scripts/deploy_containers.sh index 931ca6f..b619db6 100644 --- a/scripts/deploy_containers.sh +++ b/scripts/deploy_containers.sh @@ -12,7 +12,7 @@ if [ ! -z "$new_tasks" ]; then if [[ "$tag" != "_deploy" ]] ; then ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_pass.txt fi - elif [[ "$ansible_tag" == "jade.yml" || "$ansible_tag" == "jackson.yml" ]] ; then + elif [[ "$task" == "host_vars/jade.yml" || "$task" == "host_vars/jackson.yml" ]] ; then ansible-playbook main.yml --tags "caddy_deploy" --vault-password-file ~/.vault_pass.txt fi done