Skip to content

Commit

Permalink
Enable tracing in ensure-ansible.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Oct 19, 2022
1 parent 4717daa commit ff401e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/capi/hack/ensure-ansible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
set -o errexit
set -o nounset
set -o pipefail
set -x

[[ -n ${DEBUG:-} ]] && set -o xtrace

Expand Down

0 comments on commit ff401e5

Please sign in to comment.