From 2d01f11593382df9197eef89b11d5f049eb21c8e Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 30 Jul 2025 21:06:34 -0400 Subject: [PATCH] don't auto-redeploy caddy --- scripts/deploy_containers.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/deploy_containers.sh b/scripts/deploy_containers.sh index e914e3d..bc88cc5 100644 --- a/scripts/deploy_containers.sh +++ b/scripts/deploy_containers.sh @@ -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