commit | 67cd859d6362c6fd56ead890c2102dae9994146f | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@redhat.com> | Wed Feb 14 09:30:07 2018 -0800 |
committer | James E. Blair <jeblair@redhat.com> | Thu Feb 15 08:57:32 2018 -0800 |
tree | 5a66c94ce75169fb0780d8bebbd0519675dd1c53 | |
parent | 9002dd3d740c590b96ac98d0447333ed01db1102 [diff] [blame] |
Add host/group vars This adds job-level definitions of Ansible host variables and group variables. Change-Id: I259144a8560f8fa5ff5990620854fed2002c8951
diff --git a/tests/base.py b/tests/base.py index 70889bb..96491f9 100755 --- a/tests/base.py +++ b/tests/base.py
@@ -1325,7 +1325,7 @@ host['host_vars']['ansible_connection'] = 'local' hosts.append(dict( - name=['localhost'], + name='localhost', host_vars=dict(ansible_connection='local'), host_keys=[])) return hosts