don't auto-redeploy caddy
All checks were successful
Deploy Containers / Prepare (push) Successful in 3s

This commit is contained in:
2025-07-30 21:06:34 -04:00
parent 24a48c56ef
commit 2d01f11593

View File

@@ -5,9 +5,6 @@ echo $new_tasks
echo $1 $2
if [ ! -z "$new_tasks" ]; then
echo "Redeploying Caddy.."
ansible-playbook main.yml --tags "caddy_deploy" --vault-password-file ~/.vault_pass.txt
for task in "${new_tasks[@]}"; do
ansible_tag=$(echo "$task" | awk -F/ '{print $2}')
if [[ "$ansible_tag" != "all.yml" && "$ansible_tag" != "all.template.yml" && "$ansible_tag" != "main.yml" ]] ; then