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
|
- hosts: all
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Prune dangling, and dangling images
|
- name: Prune non-dangling, and dangling images
|
||||||
community.docker.docker_prune:
|
community.docker.docker_prune:
|
||||||
containers: false
|
containers: false
|
||||||
images: true
|
images: true
|
||||||
images_filters:
|
images_filters:
|
||||||
dangling: true
|
dangling: false
|
||||||
networks: false
|
networks: false
|
||||||
volumes: false
|
volumes: false
|
||||||
builder_cache: false
|
builder_cache: false
|
Loading…
Reference in a new issue