dockerclean.yml

This commit is contained in:
2025-07-31 12:46:49 +02:00
parent f0333158a8
commit 01a9fe73ee

View File

@@ -1,9 +0,0 @@
---
- name: Prune unused Docker images
hosts: all
become: yes
tasks:
- name: Prune all unused Docker images
ansible.builtin.shell: docker image prune -a -f
args:
warn: false