mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Move strategy_linear test inventory into test.
This commit is contained in:
parent
c405fe3098
commit
893548addb
2 changed files with 4 additions and 1 deletions
3
test/integration/targets/strategy_linear/inventory
Normal file
3
test/integration/targets/strategy_linear/inventory
Normal file
|
@ -0,0 +1,3 @@
|
|||
[local]
|
||||
testhost ansible_connection=local
|
||||
testhost2 ansible_connection=local
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
set -eux
|
||||
|
||||
ansible-playbook test_include_file_noop.yml -i ../../inventory "$@"
|
||||
ansible-playbook test_include_file_noop.yml -i inventory "$@"
|
||||
|
|
Loading…
Reference in a new issue