mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-18 17:55:09 +02:00
3 lines
95 B
YAML
3 lines
95 B
YAML
- name: Prune Docker resources
|
|
become: true
|
|
ansible.builtin.command: docker system prune -f |