Add docker prune playbook

This commit is contained in:
Lino Silva
2024-11-15 11:09:13 +00:00
parent c487d5cec4
commit 53489b5764
5 changed files with 11 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
---
- name: Update all packages to their latest version
become: true
ansible.builtin.shell: "docker system prune -af"