dockerclean.yml
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Prune unused Docker images
|
|
||||||
hosts: all
|
|
||||||
become: yes
|
|
||||||
tasks:
|
|
||||||
- name: Prune all unused Docker images
|
|
||||||
ansible.builtin.shell: docker image prune -a -f
|
|
||||||
args:
|
|
||||||
warn: false
|
|
||||||
Reference in New Issue
Block a user