fix molecule test and systemd unitfile mode
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-07-31 00:19:44 +02:00
parent 8cb45e2a7e
commit 92ed3db98c
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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