6 lines
60 B
YAML
6 lines
60 B
YAML
|
---
|
||
|
|
||
|
- hosts: all
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- ping:
|