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
@@ -0,0 +1,6 @@
---
- name: Update all packages to their latest version
become: true
ansible.builtin.apt:
update_cache: yes
upgrade: full