update
This commit is contained in:
13
Playbooks/servers/update-dockercleanup.yml
Normal file
13
Playbooks/servers/update-dockercleanup.yml
Normal file
@ -0,0 +1,13 @@
|
||||
- hosts: "{{ hosts }}"
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Prune non-dangling, and 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