Actually destroy container even if keeping data

The destroy container task should be run even if the data is not going
to be destroyed.

Change-Id: If8d9b7ed1d146e97c4f3fa4ad430d6ab72f857e3
This commit is contained in:
Adrien Cunin 2020-05-20 09:54:58 +02:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 47e5a90a7f
commit f2873ddbdb

View File

@ -48,7 +48,6 @@
delegate_to: "{{ physical_host }}"
when:
- force_containers_destroy | bool
- force_containers_data_destroy | bool
- include_tasks: "common-tasks/remove_container_journal.yml"
vars: