ansible-debian/tasks/performance.yml
2024-03-21 23:06:28 +01:00

5 lines
No EOL
116 B
YAML

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