9 lines
115 B
YAML
9 lines
115 B
YAML
|
- hosts: localhost
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- ping:
|
||
|
|
||
|
- command: sleep 1
|
||
|
async: 2
|
||
|
poll: 1
|