diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-12-21 12:09:17 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-12-21 13:17:53 -0500 |
commit | 3a14ee697aafa52d94ce577c16378c5fe18dda06 (patch) | |
tree | 22f08f765c3ef8fb3b07bd1c6be817986c794376 /tox.ini | |
parent | cbcfd8a6d669e5b76afca79d3523bc537df804d3 (diff) | |
download | openshift-3a14ee697aafa52d94ce577c16378c5fe18dda06.tar.gz openshift-3a14ee697aafa52d94ce577c16378c5fe18dda06.tar.bz2 openshift-3a14ee697aafa52d94ce577c16378c5fe18dda06.tar.xz openshift-3a14ee697aafa52d94ce577c16378c5fe18dda06.zip |
Fix container_runtime openshift_containerized_host_groups
openshift_containerized_host_groups needs to be referenced via
hostvars.
This commit also updates tox ansible syntax checks to account
for unavailability of hostsvars during syntax checks.
Fixes: https://github.com/openshift/openshift-ansible/issues/6540
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ skip_missing_interpreters=True [testenv] skip_install=True +setenv = TOX_ANSIBLE_INV_PATH = {toxinidir}/test/tox-inventory.txt deps = -rrequirements.txt -rtest-requirements.txt |