Added app validation, ignores errors on prune
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user