ansible-edda/playbooks/roles/system/base/tasks/include/fstrim.yml

7 lines
134 B
YAML

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