1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2024-12-12 08:43:55 +02:00
matrix-docker-ansible-deploy/roles/matrix-common-after/tasks/run_docker_prune.yml
2020-10-10 04:11:26 +02:00

5 lines
102 B
YAML

---
- name: Run Docker System Prune
command: "{{ matrix_host_command_docker }} system prune -a -f"