Update dockerprune.yml

This commit is contained in:
2025-07-31 12:37:04 +02:00
parent 1a2f6ec536
commit a43ebe5384

View File

@@ -4,11 +4,11 @@
become: yes
tasks:
- name: Prune dangling images
docker_image:
prune: yes
dangling: yes
- name: Prune all unused images
command: docker image prune -a -f
ansible.builtin.shell: docker image prune -f
args:
warn: false
- name: Prune all unused images
ansible.builtin.shell: docker image prune -a -f
args:
warn: false