migrate
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Clean docker
|
||||
hosts: "{{ my_hosts | d([]) }}"
|
||||
|
||||
tasks:
|
||||
- name: Prune non-dangling images
|
||||
community.docker.docker_prune:
|
||||
containers: false
|
||||
images: true
|
||||
images_filters:
|
||||
dangling: false
|
||||
networks: false
|
||||
volumes: false
|
||||
builder_cache: false
|
||||
Reference in New Issue
Block a user