From 8f2299b314c6b2487d6b5ac9e2c2bd22e7e2b727 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 18 Apr 2021 17:58:33 +0200 Subject: [PATCH] ignore missing service during install stop task --- tasks/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/install.yml b/tasks/install.yml index 8d93c73..3d5db5a 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -23,6 +23,7 @@ daemon_reload: yes enabled: yes name: jellyfin + failed_when: "unused_disable is failed and ('find' not in unused_disable.msg and 'found' not in unused_disable.msg)" - name: Delete current version file: