From 92ed3db98cb01955be6fc6f280d161bb3454f1c3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 31 Jul 2019 00:19:44 +0200 Subject: [PATCH] fix molecule test and systemd unitfile mode --- molecule/ec2-centos-7/tests/test_default.py | 1 - tasks/install.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/ec2-centos-7/tests/test_default.py b/molecule/ec2-centos-7/tests/test_default.py index 2fa4ea5..2cce016 100644 --- a/molecule/ec2-centos-7/tests/test_default.py +++ b/molecule/ec2-centos-7/tests/test_default.py @@ -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 diff --git a/tasks/install.yml b/tasks/install.yml index 6491b79..fa930cc 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -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