ansible/test/integration/targets/callback_default/test_non_lockstep.yml

7 lines
143 B
YAML

---
- hosts: nonlockstep
gather_facts: false
tasks:
- command: sleep {{ i }}
- command: sleep {{ i }}
- command: sleep {{ i }}