ansible-edda/plays/roles/system_base/tasks/include/fstrim.yml

6 lines
130 B
YAML
Raw Normal View History

- name: "fstrim : enable fstrim.timer"
ansible.builtin.systemd:
name: "fstrim.timer"
enabled: true
state: "started"