mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Split integration tests out from Makefile. (#17976)
This commit is contained in:
10
test/integration/targets/async_extra_data/test_async.yml
Normal file
10
test/integration/targets/async_extra_data/test_async.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
tasks:
|
||||
# make sure non-JSON data before module output is ignored
|
||||
- name: async ping with invalid locale via ssh
|
||||
ping:
|
||||
async: 10
|
||||
poll: 1
|
||||
register: result
|
||||
- debug: var=result
|
||||
Reference in New Issue
Block a user