5 lines
62 B
YAML
5 lines
62 B
YAML
|
- hosts: localhost
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- ping:
|