mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added deletion of containers to reset routine
This commit is contained in:
3
roles/sys-svc-docker/tasks/03_cleanup.yml
Normal file
3
roles/sys-svc-docker/tasks/03_cleanup.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
- name: Prune Docker resources
|
||||
become: true
|
||||
ansible.builtin.command: docker system prune -f
|
Reference in New Issue
Block a user