remove sudo from docker prune
This commit is contained in:
parent
32735d6f0f
commit
6d425cd124
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Prune unused Docker images
|
||||
hosts: all
|
||||
become: true
|
||||
become: false
|
||||
tasks:
|
||||
- name: Prune unused Docker images using shell
|
||||
shell: docker image prune -f
|
||||
|
|
Loading…
Reference in a new issue