try this
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-07-31 09:24:52 -04:00
parent 9a77e7bed6
commit 8e7e651d5b

View File

@@ -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