summaryrefslogtreecommitdiff
path: root/roles/epgtrim/tasks
AgeCommit message (Collapse)Author
2026-03-21Return ansible.builtin.systemd_service backDmitry Ilvokhin
We need to do daemon reload for custom unit files.
2026-03-21Move epgtrim units away from /usr/lib/systemd/systemDmitry Ilvokhin
/usr/lib/systemd/system is not a correct directory for ansible managed units, /etc/systemd/system is the right place to have them in.
2026-01-04Use systemd_service instead serviceDmitry Ilvokhin
To make daemon_reload work.
2026-01-03Use daemon_reload: true instead of custom handlerDmitry Ilvokhin
2026-01-03Add flatbot roleDmitry Ilvokhin
2026-01-02Add playbook for epgtrimDmitry Ilvokhin