Update ansible/playbooks/docker-prune.yml

This commit is contained in:
Matt Reeves 2024-09-23 00:07:16 -04:00
parent 3e63d78e62
commit 786f182f9b

View file

@ -5,5 +5,3 @@
tasks:
- name: Prune unused Docker images using shell
shell: docker image prune -f
args:
warn: false