3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-13 20:42:39 +00:00
Files
matrix-docker-ansible-deploy/roles/matrix-common-after/tasks/run_docker_prune.yml
2021-08-13 16:05:57 +08:00

5 lines
102 B
YAML

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