fstrim is taken care of by cron on the IN noded

This commit is contained in:
Arya 2025-04-25 14:56:59 +05:30
parent fede3b1d87
commit 3e2bf9ff76
Signed by: arya
GPG Key ID: 842D12BDA50DF120

View File

@ -8,9 +8,3 @@
images: true
networks: true
timeout: 1000
- hosts: in
tasks:
- name: Run fstrim (IN Node)
ansible.builtin.command: fstrim -av
register: out
changed_when: out.rc != 0