ansible-debian/tasks/performance.yml

5 lines
116 B
YAML

- name: run fstrim
ansible.builtin.cron:
name: "fstrim"
special_time: weekly
job: "/sbin/fstrim --all"