Playbook to prune dangling docker images
This commit is contained in:
6
prune-docker-images.yml
Normal file
6
prune-docker-images.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Prune docker images
|
||||
community.docker.docker_prune:
|
||||
images: true
|
||||
Reference in New Issue
Block a user