playbooks/servers/docker-cleanup.yml aktualisiert
This commit is contained in:
parent
4642ec9341
commit
d38cd7f50a
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
- hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Prune dangling, and dangling images
|
||||
- name: Prune non-dangling, and dangling images
|
||||
community.docker.docker_prune:
|
||||
containers: false
|
||||
images: true
|
||||
images_filters:
|
||||
dangling: true
|
||||
dangling: false
|
||||
networks: false
|
||||
volumes: false
|
||||
builder_cache: false
|
Loading…
Reference in a new issue