Update dockerclean.yml

This commit is contained in:
2025-07-31 12:46:14 +02:00
parent fdbb24822c
commit f0333158a8

View File

@@ -3,12 +3,7 @@
hosts: all
become: yes
tasks:
- name: Prune dangling images
ansible.builtin.shell: docker image prune -f
args:
warn: false
- name: Prune all unused images
- name: Prune all unused Docker images
ansible.builtin.shell: docker image prune -a -f
args:
warn: false