prune images if so-docker-prune exists

This commit is contained in:
Josh Patterson
2026-05-08 10:13:15 -04:00
parent 66c0a662fc
commit 7d4d6a0756
+1
View File
@@ -9,6 +9,7 @@
prune_images:
cmd.run:
- name: so-docker-prune
- onlyif: command -v /usr/sbin/so-docker-prune >/dev/null 2>&1
- order: 9000
{% else %}