8 lines
102 B
YAML
8 lines
102 B
YAML
- name: Installing only kesl
|
|
hosts: all
|
|
gather_facts: true
|
|
become:
|
|
true
|
|
roles:
|
|
- kesl
|