6d45786d59
The cleanup command in the external API is a misnomer and should be called destroy. Change-Id: I083e80699e09bb24266ce1bf549772a5de92a49e Closes-Bug: 1610364
9 lines
193 B
YAML
9 lines
193 B
YAML
---
|
|
- name: Destroying Kolla host configuration
|
|
command: /tmp/kolla-cleanup/tools/cleanup-host
|
|
|
|
- name: Destroying kolla-cleanup folder
|
|
file:
|
|
path: /tmp/kolla-cleanup
|
|
state: absent
|