This repository has been archived on 2021-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
aconcagua-ansible/clean.yml

8 lines
142 B
YAML
Raw Normal View History

2021-07-20 08:19:06 +02:00
---
- name: Prune docker
hosts: all
tasks:
- name: Docker prune all
ansible.builtin.shell:
cmd: docker system prune -af