fix molecule test and systemd unitfile mode
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
8cb45e2a7e
commit
92ed3db98c
@ -18,4 +18,3 @@ def test_jellyfin_running_and_enabled(host):
|
||||
def test_jellyfin_socket(host):
|
||||
# Verify the socket is listening for HTTP traffic
|
||||
assert host.socket("tcp://0.0.0.0:8096").is_listening
|
||||
assert host.socket("tcp://0.0.0.0:8920").is_listening
|
||||
|
@ -56,6 +56,7 @@
|
||||
template:
|
||||
src: "etc/systemd/system/jellyfin.service.j2"
|
||||
dest: "/etc/systemd/system/jellyfin.service"
|
||||
mode: 0644
|
||||
notify: __jellyfin_restart
|
||||
|
||||
- name: Copy logrotate config
|
||||
|
Loading…
Reference in New Issue
Block a user