diff --git a/playbooks/servers/docker-cleanup.yml b/playbooks/servers/docker-cleanup.yml index 37154c0..5def60c 100644 --- a/playbooks/servers/docker-cleanup.yml +++ b/playbooks/servers/docker-cleanup.yml @@ -2,7 +2,7 @@ - hosts: all tasks: - - name: Prune non-dangling, and dangling images + - name: Prune dangling, and dangling images community.docker.docker_prune: containers: false images: true