mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 16:15:12 +02:00
8 lines
143 B
YAML
8 lines
143 B
YAML
---
|
|
- hosts: nonlockstep
|
|
gather_facts: false
|
|
tasks:
|
|
- command: sleep {{ i }}
|
|
- command: sleep {{ i }}
|
|
- command: sleep {{ i }}
|