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