From 3e2bf9ff769044b6a8e655a294f2dd46395d28e3 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 25 Apr 2025 14:56:59 +0530 Subject: [PATCH] fstrim is taken care of by cron on the IN noded --- cron/prune.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cron/prune.yaml b/cron/prune.yaml index 406ac61..cdc768f 100644 --- a/cron/prune.yaml +++ b/cron/prune.yaml @@ -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