Remove weekly trim cronjob
This commit is contained in:
parent
6011125748
commit
40a2dd8b0e
2 changed files with 1 additions and 9 deletions
|
@ -15,6 +15,3 @@
|
||||||
|
|
||||||
- name: install ctop
|
- name: install ctop
|
||||||
import_tasks: ctop.yml
|
import_tasks: ctop.yml
|
||||||
|
|
||||||
- name: performance optimisation
|
|
||||||
import_tasks: performance.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