tests: allow running Ansible tests locally without -udmw again.
parent
8592765732
commit
81e386586f
@ -1,8 +1,9 @@
|
|||||||
# vim: syntax=dosini
|
# vim: syntax=dosini
|
||||||
|
|
||||||
# When running the tests outside CI, make a single 'target' host which is the
|
# When running the tests outside CI, make a single 'target' host which is the
|
||||||
# local machine.
|
# local machine. The ansible_user override is necessary since some tests want a
|
||||||
target ansible_host=localhost
|
# fixed ansible.cfg remote_user setting to test against.
|
||||||
|
target ansible_host=localhost ansible_user="{{lookup('env', 'USER')}}"
|
||||||
|
|
||||||
[test-targets]
|
[test-targets]
|
||||||
target
|
target
|
||||||
|
Loading…
Reference in New Issue