summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/async_extra_data/test_async.yml
blob: 480a2a651ccc562e23d3901ed818e01849ad38e8 (plain)
1
2
3
4
5
6
7
8
9
10
- 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