Jellyfin is a multimedia library manager. Clients can browse and stream music, movies, and TV shows from the server and play them locally (including in the browser).
10 lines
136 B
YAML
10 lines
136 B
YAML
- name: reload systemd
|
|
systemd:
|
|
daemon_reload: true
|
|
|
|
- name: restart jellyfin
|
|
systemd:
|
|
name: jellyfin
|
|
state: restarted
|
|
|