update description

This commit is contained in:
Philipp 2024-12-17 10:39:43 +01:00 committed by Forgejo
parent 4877620834
commit 4642ec9341
Signed by: Forgejo
GPG key ID: 5A09F9506519E10A

View file

@ -2,7 +2,7 @@
- hosts: all - hosts: all
tasks: tasks:
- name: Prune non-dangling, and dangling images - name: Prune dangling, and dangling images
community.docker.docker_prune: community.docker.docker_prune:
containers: false containers: false
images: true images: true