7
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-01-10 13:23:50 +00:00
matrix-docker-ansible-deploy/roles/matrix-common-after/tasks/run_docker_prune.yml

5 lines
102 B
YAML
Raw Normal View History

2020-10-10 02:11:26 +00:00
---
- name: Run Docker System Prune
command: "{{ matrix_host_command_docker }} system prune -a -f"