should work nowwwwwwww
All checks were successful
Deploy Containers / Prepare (push) Successful in 9s

This commit is contained in:
2025-07-29 21:31:14 -04:00
parent d2f6375224
commit 3d172a5818
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ if [ ! -z "$new_tasks" ]; then
ansible_tag=$(echo "$task" | awk '{print $2}')
if [[ "$tag" != "all.yml" && "$tag" != "all.template.yml" && "$tag" != "main.yml" ]] ; then
tag=${tag%.*}_deploy
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_password.txt
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_pass.txt
fi
done
fi