diff --git a/tests/tasks/cleanup.yml b/tests/tasks/cleanup.yml index 8b32ce7..3eb0dd0 100644 --- a/tests/tasks/cleanup.yml +++ b/tests/tasks/cleanup.yml @@ -78,3 +78,9 @@ daemon_reload: true tags: - tests::cleanup + +- name: Ensure volumes are removed + ansible.builtin.command: podman volume rm -a -f + changed_when: true + tags: + - tests::cleanup