mirror of https://github.com/ceph/ceph-ansible.git
purge-container-cluster: always prune force
Since podman 2.x, there's now a confirmation when running podman container prune command. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/6111/head
parent
801e7a29cf
commit
0108c9f941
|
@ -524,7 +524,7 @@
|
||||||
|
|
||||||
- name: remove stopped/exited containers
|
- name: remove stopped/exited containers
|
||||||
command: >
|
command: >
|
||||||
{{ container_binary }} container prune{% if container_binary == 'docker' %} -f{% endif %}
|
{{ container_binary }} container prune -f
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: show container list on all the nodes (should be empty)
|
- name: show container list on all the nodes (should be empty)
|
||||||
|
|
Loading…
Reference in New Issue