5 lines
72 B
YAML
5 lines
72 B
YAML
- hosts: all
|
|
gather_facts: no
|
|
tasks:
|
|
#- debug: msg="hi"
|
|
- ping:
|