diff --git a/prune-docker-images.yml b/prune-docker-images.yml new file mode 100644 index 0000000..2a6c15a --- /dev/null +++ b/prune-docker-images.yml @@ -0,0 +1,6 @@ +--- +- hosts: all + tasks: + - name: Prune docker images + community.docker.docker_prune: + images: true