Added deletion of containers to reset routine

This commit is contained in:
2025-08-15 20:05:05 +02:00
parent cb539b038c
commit e9a41bd40c
4 changed files with 22 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
- name: Prune Docker resources
become: true
ansible.builtin.command: docker system prune -f