3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-16 12:55:19 +00:00

add run-docker-prune command

This commit is contained in:
Fanch
2020-10-10 04:11:26 +02:00
parent 898f319e11
commit 1a9cafa3a3
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
- name: Run Docker System Prune
command: "{{ matrix_host_command_docker }} system prune -a -f"