From 40a2dd8b0e888e88062192771ba51ebba64be900 Mon Sep 17 00:00:00 2001 From: kim Date: Wed, 19 Jun 2024 18:50:04 +0200 Subject: [PATCH] Remove weekly trim cronjob --- tasks/main.yml | 5 +---- tasks/performance.yml | 5 ----- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 tasks/performance.yml diff --git a/tasks/main.yml b/tasks/main.yml index e944a98..7373127 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -14,7 +14,4 @@ import_tasks: dns.yml - name: install ctop - import_tasks: ctop.yml - -- name: performance optimisation - import_tasks: performance.yml \ No newline at end of file + import_tasks: ctop.yml \ No newline at end of file diff --git a/tasks/performance.yml b/tasks/performance.yml deleted file mode 100644 index 50f523b..0000000 --- a/tasks/performance.yml +++ /dev/null @@ -1,5 +0,0 @@ -- name: run fstrim - ansible.builtin.cron: - name: "fstrim" - special_time: weekly - job: "/sbin/fstrim --all" \ No newline at end of file