ansible-role-jellyfin/handlers/main.yml

5 lines
No EOL
79 B
YAML

---
- name: Restart Jellyfin
service:
name: jellyfin
state: restarted