Files
k3s-ansible/roles/common/lxc/docker-prune/main.yml
T
2024-11-15 11:09:13 +00:00

5 lines
122 B
YAML

---
- name: Update all packages to their latest version
become: true
ansible.builtin.shell: "docker system prune -af"