run fstrim after every docker prune
This commit is contained in:
parent
2d133af71d
commit
35e5034e68
@ -8,3 +8,9 @@
|
|||||||
images: true
|
images: true
|
||||||
networks: true
|
networks: true
|
||||||
timeout: 1000
|
timeout: 1000
|
||||||
|
- hosts: in
|
||||||
|
tasks:
|
||||||
|
- name: Run fstrim (IN Node)
|
||||||
|
ansible.builtin.command: fstrim -av
|
||||||
|
register: out
|
||||||
|
changed_when: out.rc != 0
|
||||||
|
Loading…
Reference in New Issue
Block a user