4 lines
50 B
YAML
4 lines
50 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: true
|
|
tasks: []
|
---
|
|
- hosts: all
|
|
gather_facts: true
|
|
tasks: []
|