ansible-edda/tasks/fstrim.yml

6 lines
92 B
YAML
Raw Normal View History

2022-09-21 23:57:15 +02:00
- name: Enable fstrim
systemd:
name: fstrim.timer
enabled: yes
state: started