- name: "install util-linux for fstrim" apt: name: - util-linux state: present - name: "enable fstrim timer" systemd: name: fstrim.timer enabled: yes state: restarted