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

7 lines
134 B
YAML
Raw Normal View History

2022-12-18 23:43:40 +01:00
---
- name: "fstrim : enable fstrim.timer"
ansible.builtin.systemd:
name: "fstrim.timer"
enabled: true
state: "started"