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 /test/tox-inventory.txt_extras | |
| 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 'test/tox-inventory.txt_extras')
| -rw-r--r-- | test/tox-inventory.txt_extras | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tox-inventory.txt_extras b/test/tox-inventory.txt_extras new file mode 100644 index 000000000..f73610570 --- /dev/null +++ b/test/tox-inventory.txt_extras @@ -0,0 +1,3 @@ +--- +hostvars: +  localhost: {}  | 
