1
0
Fork 0
myserver-configuration/roles/clean/tasks/docker.yml

10 lines
177 B
YAML
Raw Normal View History

2023-05-21 00:06:21 +02:00
---
- name: Prune everything
community.docker.docker_prune:
containers: true
images: true
networks: true
2024-07-14 22:47:15 +02:00
# volumes: true
2023-05-21 00:06:21 +02:00
builder_cache: true
become: yes