From a4189ddd8f683dbfc4c2cfd899d6384c7bd5f554 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Mon, 5 Aug 2024 06:19:14 +0530 Subject: [PATCH] prune volumes --- playbooks/prune-docker-images.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/prune-docker-images.yml b/playbooks/prune-docker-images.yml index 256d18f..173472b 100644 --- a/playbooks/prune-docker-images.yml +++ b/playbooks/prune-docker-images.yml @@ -10,3 +10,7 @@ - name: Prune containers docker_prune: containers: yes + - name: Prune volumes + docker_prune: + volumes: yes +