Remove weekly trim cronjob

This commit is contained in:
kim 2024-06-19 18:50:04 +02:00
parent 6011125748
commit 40a2dd8b0e
Signed by: kim
SSH Key Fingerprint: SHA256:tkMDBqWCtVNiXJl1yuatwfgicLQbhVXKthGiRqaJOEk
2 changed files with 1 additions and 9 deletions

View File

@ -14,7 +14,4 @@
import_tasks: dns.yml
- name: install ctop
import_tasks: ctop.yml
- name: performance optimisation
import_tasks: performance.yml
import_tasks: ctop.yml

View File

@ -1,5 +0,0 @@
- name: run fstrim
ansible.builtin.cron:
name: "fstrim"
special_time: weekly
job: "/sbin/fstrim --all"