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

7 lines
125 B
YAML
Raw Normal View History

2022-12-20 19:47:11 +01:00
---
- name: "enable fstrim.timer"
ansible.builtin.systemd:
name: "fstrim.timer"
enabled: true
state: "started"