iac/ansible/playbooks/docker-prune.yml

8 lines
163 B
YAML
Raw Normal View History

2024-09-22 23:55:17 -04:00
---
- name: Prune unused Docker images
hosts: all
2025-01-12 17:55:46 -05:00
become: false
2024-09-22 23:55:17 -04:00
tasks:
2024-09-23 00:00:18 -04:00
- name: Prune unused Docker images using shell
shell: docker image prune -f