This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
iac/ansible/playbooks/docker-prune.yml

7 lines
162 B
YAML

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