iac/ansible/playbooks/weekly/docker-prune.yml
2025-01-12 22:30:10 -05:00

7 lines
163 B
YAML

---
- name: Prune unused Docker images
hosts: all
become: false
tasks:
- name: Prune unused Docker images using shell
shell: docker image prune -f