Skip to content

Commit 6d425cd

Browse files
author
Mafyuh
committedJan 12, 2025
remove sudo from docker prune
1 parent 32735d6 commit 6d425cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ansible/playbooks/docker-prune.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Prune unused Docker images
33
hosts: all
4-
become: true
4+
become: false
55
tasks:
66
- name: Prune unused Docker images using shell
77
shell: docker image prune -f

0 commit comments

Comments
 (0)
Please sign in to comment.