7 lines
87 B
YAML
7 lines
87 B
YAML
- hosts: all
|
|
gather_facts: true
|
|
become:
|
|
true
|
|
roles:
|
|
- delete_installation
|