5 lines
56 B
YAML
5 lines
56 B
YAML
|
- hosts: all
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- ping:
|