Remove weekly trim cronjob
This commit is contained in:
parent
6011125748
commit
40a2dd8b0e
2 changed files with 1 additions and 9 deletions
|
@ -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
|
|
@ -1,5 +0,0 @@
|
|||
- name: run fstrim
|
||||
ansible.builtin.cron:
|
||||
name: "fstrim"
|
||||
special_time: weekly
|
||||
job: "/sbin/fstrim --all"
|
Loading…
Reference in a new issue