diff --git a/dockerprune.yml b/dockerprune.yml deleted file mode 100644 index 5e96520..0000000 --- a/dockerprune.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- name: Prune unused Docker images - hosts: all - become: yes - tasks: - - name: Prune dangling images - ansible.builtin.shell: docker image prune -f - args: - warn: false - - - name: Prune all unused images - ansible.builtin.shell: docker image prune -a -f - args: - warn: false \ No newline at end of file