summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/test_non_lockstep.yml
blob: b656ee91bf5a10e693f7b3f0f4e896c050222b62 (plain)
1
2
3
4
5
6
7
---
- hosts: nonlockstep
  gather_facts: false
  tasks:
    - command: sleep {{ i }}
    - command: sleep {{ i }}
    - command: sleep {{ i }}