Switch async_extra_data test to inventory file.
This commit is contained in:
parent
ade6977d66
commit
43bd8c4711
2 changed files with 3 additions and 2 deletions
1
test/integration/targets/async_extra_data/inventory
Normal file
1
test/integration/targets/async_extra_data/inventory
Normal file
|
@ -0,0 +1 @@
|
|||
localhost ansible_connection=ssh ansible_python_interpreter="{{ ansible_playbook_python }}"
|
|
@ -3,7 +3,7 @@
|
|||
set -eux
|
||||
|
||||
# Verify that extra data before module JSON output during async call is ignored.
|
||||
ANSIBLE_DEBUG=0 LC_ALL=bogus ansible-playbook test_async.yml -i localhost, -e ansible_connection=ssh -v "$@"
|
||||
ANSIBLE_DEBUG=0 LC_ALL=bogus ansible-playbook test_async.yml -i inventory -v "$@"
|
||||
# Verify that the warning exists by examining debug output.
|
||||
ANSIBLE_DEBUG=1 LC_ALL=bogus ansible-playbook test_async.yml -i localhost, -e ansible_connection=ssh -v "$@" \
|
||||
ANSIBLE_DEBUG=1 LC_ALL=bogus ansible-playbook test_async.yml -i inventory -v "$@" \
|
||||
| grep 'bash: warning: setlocale: LC_ALL: cannot change locale (bogus)' > /dev/null
|
||||
|
|
Loading…
Reference in a new issue