Skip to content

Commit

Permalink
Ignore errors when disabling the native Tika service
Browse files Browse the repository at this point in the history
  • Loading branch information
medanthelinium committed Dec 5, 2023
1 parent b9cedb1 commit 1c182a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/tika.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c182a9

Please sign in to comment.