8 lines
125 B
YAML
8 lines
125 B
YAML
- name: Delete installation playbook
|
|
hosts: all
|
|
gather_facts: true
|
|
become:
|
|
true
|
|
roles:
|
|
- delete_installation
|