xoxys.jellyfin/tasks/post_tasks.yml
Robert Kaussow b554cf2da5
All checks were successful
continuous-integration/drone/push Build is passing
small fixes
2019-02-02 00:47:13 +01:00

10 lines
178 B
YAML

---
- name: Ensure jellyfin service is up and running
systemd:
state: started
daemon_reload: yes
enabled: yes
name: jellyfin
become: True
become_user: root