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