7 lines
143 B
YAML
7 lines
143 B
YAML
---
|
|
- hosts: nonlockstep
|
|
gather_facts: false
|
|
tasks:
|
|
- command: sleep {{ i }}
|
|
- command: sleep {{ i }}
|
|
- command: sleep {{ i }}
|