diff --git a/playbooker.sh b/playbooker.sh index c8711f7..e6f66f1 100755 --- a/playbooker.sh +++ b/playbooker.sh @@ -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