mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
Add deletion of anonymous volumes associated with the container
This commit is contained in:
parent
2e1fbcd4cf
commit
cfa6b382aa
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -76,5 +76,5 @@ test-integration:
|
|||
rm tests/integration/ansible
|
||||
ifndef keep_containers_alive
|
||||
podman stop --time 0 --ignore primary replica1 replica2
|
||||
podman rm --ignore primary replica1 replica2
|
||||
podman rm --ignore --volumes primary replica1 replica2
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue