ansible/test/integration/targets/callback_default/test_non_lockstep.yml
Matt Martz d3f3784b86
Don't treat host_pinned as lockstep (#73484)
* Don't treat host_pinned as lockstep. Fixes #73364

* Add intg tests
2021-02-05 09:06:19 -06:00

7 lines
155 B
YAML

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