mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Also remove volumes when removing containers
This commit is contained in:
@@ -17,6 +17,6 @@ else
|
||||
docker kill $(cat /tmp/cid_${TARGET})
|
||||
|
||||
if [ "X${TESTS_KEEP_CONTAINER}" = "X" ]; then
|
||||
docker rm -f "${C_NAME}"
|
||||
docker rm -vf "${C_NAME}"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user