mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -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
|
rm tests/integration/ansible
|
||||||
ifndef keep_containers_alive
|
ifndef keep_containers_alive
|
||||||
podman stop --time 0 --ignore primary replica1 replica2
|
podman stop --time 0 --ignore primary replica1 replica2
|
||||||
podman rm --ignore primary replica1 replica2
|
podman rm --ignore --volumes primary replica1 replica2
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue