7 lines
72 B
YAML
7 lines
72 B
YAML
- hosts: all
|
|
gather_facts: true
|
|
become:
|
|
true
|
|
roles:
|
|
- kesl
|