Skip to content

Commit bd5beba

Browse files
Merge pull request #207 from kopecmartin/missing_defaults
Missing defaults in ansible-tests
2 parents c19c44a + 746bf10 commit bd5beba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

container-images/tcib/base/ansible-tests/run_ansible.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
set -euo pipefail
44

55
ANSIBLE_DIR="/var/lib/ansible/ansible"
6+
ANSIBLE_FILE_EXTRA_VARS_PARAM="${ANSIBLE_FILE_EXTRA_VARS_PARAM:-}"
7+
POD_ANSIBLE_PLAYBOOK="${POD_ANSIBLE_PLAYBOOK:-}"
8+
POD_ANSIBLE_EXTRA_VARS="${POD_ANSIBLE_EXTRA_VARS:-}"
9+
POD_ANSIBLE_GIT_REPO="${POD_ANSIBLE_GIT_REPO:-}"
610

711
# Check and set ansible debug verbosity
812
ANSIBLE_DEBUG=""

0 commit comments

Comments
 (0)