prunedocker.yml

This commit is contained in:
2025-07-31 12:26:52 +02:00
parent 3125f0bef1
commit ef7983b791

View File

@@ -1,14 +0,0 @@
---
- name: Prune unused Docker images
hosts: all
become: yes
tasks:
- name: Prune dangling images
docker_image:
prune: yes
dangling: yes
- name: Prune all unused images
command: docker image prune -a -f
args:
warn: false