ffd1590a63
* Move var_blending test inventory into test.
* Remove Amazon specific inventory entry for tests.
* Remove Azure specific inventory entry for tests.
* Move var_precedence test inventory into test.
* Move unicode test inventory into test.
* Remove unused inventory entry.
* Move gathering_facts test inventory into test.
* Move delegate_to test inventory into test.
* Clean up inventory for binary_modules test.
* Clean up integration test inventory..
(cherry picked from commit e5094e8071
)
Co-authored-by: Matt Clay <matt@mystile.com>
13 lines
223 B
Text
13 lines
223 B
Text
[local]
|
|
testhost ansible_connection=local
|
|
|
|
[all:vars]
|
|
extra_var_override=FROM_INVENTORY
|
|
inven_var=inventory_var
|
|
|
|
[inven_overridehosts]
|
|
invenoverride ansible_connection=local
|
|
|
|
[inven_overridehosts:vars]
|
|
foo=foo
|
|
var_dir=vars
|