Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion container-images/tcib/base/ansible-tests/run_ansible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ POD_ANSIBLE_GIT_REPO="${POD_ANSIBLE_GIT_REPO:-}"

# Check and set ansible debug verbosity
ANSIBLE_DEBUG=""
if [[ ${POD_DEBUG:-true} == true ]]; then
if [[ ${POD_DEBUG:-false} == true ]]; then
ANSIBLE_DEBUG="-vvvv"
fi

Expand Down