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