- hosts: localhost
  gather_facts: false
  tasks:
    - name: Async poll callback test
      command: sleep 5
      async: 6
      poll: 1