Skip to content

Commit

Permalink
Merge pull request #207 from kopecmartin/missing_defaults
Browse files Browse the repository at this point in the history
Missing defaults in ansible-tests
  • Loading branch information
openshift-merge-bot[bot] authored Sep 19, 2024
2 parents c19c44a + 746bf10 commit bd5beba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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,10 @@
set -euo pipefail

ANSIBLE_DIR="/var/lib/ansible/ansible"
ANSIBLE_FILE_EXTRA_VARS_PARAM="${ANSIBLE_FILE_EXTRA_VARS_PARAM:-}"
POD_ANSIBLE_PLAYBOOK="${POD_ANSIBLE_PLAYBOOK:-}"
POD_ANSIBLE_EXTRA_VARS="${POD_ANSIBLE_EXTRA_VARS:-}"
POD_ANSIBLE_GIT_REPO="${POD_ANSIBLE_GIT_REPO:-}"

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

0 comments on commit bd5beba

Please sign in to comment.