15 lines
295 B
YAML
15 lines
295 B
YAML
![]() |
---
|
||
|
- import_playbook: gather-facts.yml
|
||
|
|
||
|
- name: Remove nova_libvirt container
|
||
|
gather_facts: false
|
||
|
hosts:
|
||
|
- compute
|
||
|
serial: '{{ kolla_serial|default("0") }}'
|
||
|
tags:
|
||
|
- nova-libvirt-cleanup
|
||
|
tasks:
|
||
|
- import_role:
|
||
|
name: nova-cell
|
||
|
tasks_from: libvirt-cleanup.yml
|