Added app validation, ignores errors on prune

This commit is contained in:
2026-02-28 13:23:20 -05:00
parent 466607d477
commit 0bbeb4d8cf
2 changed files with 16 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
hosts: docker_hosts
become: true
gather_facts: no
ignore_errors: true
tasks:
- name: Prune all unused containers, images, networks, volumes
community.docker.docker_prune: