From 1c182a9e9e60fb154a221f8023d23366190e648d Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Tue, 5 Dec 2023 16:10:46 +0100 Subject: [PATCH] Ignore errors when disabling the native Tika service --- tasks/tika.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/tika.yaml b/tasks/tika.yaml index 20042fd..6d1bb54 100644 --- a/tasks/tika.yaml +++ b/tasks/tika.yaml @@ -32,6 +32,7 @@ - Restart Tika - name: Stop and disable the native rc.d Tika service + failed_when: no ansible.builtin.service: name: tika state: stopped