ansible-debian/tasks/performance.yml

5 lines
116 B
YAML
Raw Normal View History

2024-03-21 23:06:28 +01:00
- name: run fstrim
ansible.builtin.cron:
name: "fstrim"
special_time: weekly
job: "/sbin/fstrim --all"