auto ansi?
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
hogweed1
2025-11-21 01:21:54 +10:00
parent a4f1125078
commit 1fc4d25f0d

View File

@@ -24,6 +24,7 @@ for playbook in "${PLAYBOOKS_TO_RUN2[@]}"; do
echo "Running playbook: $playbook"
ansible-playbook "$playbook" -i environments/proxmoxes/hosts.yml
done
fi
if [ ${#PLAYBOOKS_TO_RUN_JUST_CREATED[@]} -gt 0 ]; then
for playbook in "${PLAYBOOKS_TO_RUN_JUST_CREATED[@]}"; do