community.docker icon indicating copy to clipboard operation
community.docker copied to clipboard

Support check mode for docker_prune

Open djmattyg007 opened this issue 3 years ago • 0 comments

SUMMARY

Check mode for the docker_prune module would be great. It's important to get an idea of what's about to be deleted before it actually happens.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

docker_prune

ADDITIONAL INFORMATION

I'm not sure if it would be feasible to implement for all resource types that can be pruned by this module, but it's definitely possible for images by passing similar arguments to docker image ls.

djmattyg007 avatar May 02 '22 13:05 djmattyg007