Added Docker system prune

This commit is contained in:
Edgar P. Burkhart 2021-07-20 08:19:06 +02:00
parent 2d2d7f8247
commit ef634dfc47
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 7 additions and 0 deletions

7
clean.yml Normal file
View File

@ -0,0 +1,7 @@
---
- name: Prune docker
hosts: all
tasks:
- name: Docker prune all
ansible.builtin.shell:
cmd: docker system prune -af