1 2 3 4 5
--- - name: restart jellyfin service become: yes systemd: name="jellyfin" state="restarted" daemon_reload="yes"
☐