We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c19c44a + 746bf10 commit bd5bebaCopy full SHA for bd5beba
container-images/tcib/base/ansible-tests/run_ansible.sh
@@ -3,6 +3,10 @@
3
set -euo pipefail
4
5
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:-}"
10
11
# Check and set ansible debug verbosity
12
ANSIBLE_DEBUG=""
0 commit comments