summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/async/callback_test.yml
blob: 01afd5933a3ecc83f6c798759ce788327d6a0266 (plain)
1
2
3
4
5
6
7
- hosts: localhost
  gather_facts: false
  tasks:
    - name: Async poll callback test
      command: sleep 5
      async: 6
      poll: 1