Files
ansible/playbooks/prune-docker-images.yml
2024-02-24 19:58:19 +05:30

7 lines
110 B
YAML

---
- hosts: kube
become: true
tasks:
- name: Prune images
command: sudo k3s crictl rmi --prune