summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/noexec/test-noexec.yml
blob: 3c7d756b56bc6d8938a41743c9ec1df5f3a0dce6 (plain)
1
2
3
4
5
6
7
8
- hosts: localhost
  gather_facts: false
  tasks:
    - ping:

    - command: sleep 1
      async: 2
      poll: 1