remove sudo from docker prune

This commit is contained in:
Matt Reeves 2025-01-12 17:55:46 -05:00
parent 32735d6f0f
commit 6d425cd124

View file

@ -1,7 +1,7 @@
---
- name: Prune unused Docker images
hosts: all
become: true
become: false
tasks:
- name: Prune unused Docker images using shell
shell: docker image prune -f