diff --git a/bootstrap.sh b/bootstrap.sh index 5b6ce2b..2aade12 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -96,6 +96,6 @@ ansible-playbook \ playbook.yml \ --tags "${TAGS}" \ --diff \ - "${EXTRA_ARGS[@]:-}" + ${EXTRA_ARGS[@]+"${EXTRA_ARGS[@]}"} log "Bootstrap complete. Next: set the secrets listed in README.md."