matrix-docker-ansible-deploy/roles/matrix-common-after/tasks/run_docker_prune.yml

5 lines
118 B
YAML

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