ansible-edda/tasks/fstrim.yml

6 lines
92 B
YAML

- name: Enable fstrim
systemd:
name: fstrim.timer
enabled: yes
state: started