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

7 lines
125 B
YAML
Raw Normal View History

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