Move strategy_linear test inventory into test.
parent
c405fe3098
commit
893548addb
|
@ -0,0 +1,3 @@
|
||||||
|
[local]
|
||||||
|
testhost ansible_connection=local
|
||||||
|
testhost2 ansible_connection=local
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
ansible-playbook test_include_file_noop.yml -i ../../inventory "$@"
|
ansible-playbook test_include_file_noop.yml -i inventory "$@"
|
||||||
|
|
Loading…
Reference in New Issue