d3f3784b86
* Don't treat host_pinned as lockstep. Fixes #73364 * Add intg tests
7 lines
155 B
YAML
7 lines
155 B
YAML
---
|
|
- hosts: nonlockstep
|
|
gather_facts: false
|
|
tasks:
|
|
- command: sleep {{ 2 * i }}
|
|
- command: sleep {{ 2 * i }}
|
|
- command: sleep {{ 2 * i }}
|