You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/async_extra_data/test_async.yml

11 lines
235 B
YAML

- hosts: testhost
gather_facts: false
tasks:
# make sure non-JSON data before module output is ignored
- name: async ping wrapped in extra junk
junkping:
async: 10
poll: 1
register: result
- debug: var=result