Skip to content

Commit

Permalink
Missing defaults in ansible-tests
Browse files Browse the repository at this point in the history
The run_ansible.sh was missing default values for couple of
parameters potentially causing "unbound variable" error.
  • Loading branch information
kopecmartin committed Sep 5, 2024
1 parent 3addfef commit cd43fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container-images/tcib/base/ansible-tests/run_ansible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
set -euo pipefail

ANSIBLE_DIR="/var/lib/ansible/ansible"
POD_ANSIBLE_EXTRA_VARS=""
ANSIBLE_FILE_EXTRA_VARS_PARAM=""

# Check and set ansible debug verbosity
ANSIBLE_DEBUG=""
Expand Down

0 comments on commit cd43fb6

Please sign in to comment.