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