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

8 lines
143 B
YAML
Raw Normal View History

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