We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32735d6 commit 6d425cdCopy full SHA for 6d425cd
ansible/playbooks/docker-prune.yml
@@ -1,7 +1,7 @@
1
---
2
- name: Prune unused Docker images
3
hosts: all
4
- become: true
+ become: false
5
tasks:
6
- name: Prune unused Docker images using shell
7
shell: docker image prune -f
0 commit comments