refactor: use generic ansible modules service and package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
52bb634e86
commit
7c5229ab0f
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Restart service
|
||||
systemd:
|
||||
service:
|
||||
name: jellyfin
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
|
@ -73,7 +73,7 @@
|
||||
notify: __jellyfin_restart
|
||||
|
||||
- name: Ensure jellyfin service is up and running
|
||||
systemd:
|
||||
service:
|
||||
state: started
|
||||
daemon_reload: yes
|
||||
enabled: yes
|
||||
|
Loading…
Reference in New Issue
Block a user