diff --git a/roles/calibre/tasks/main.yml b/roles/calibre/tasks/main.yml index 1105bcb72..4c1be9584 100644 --- a/roles/calibre/tasks/main.yml +++ b/roles/calibre/tasks/main.yml @@ -37,7 +37,7 @@ state: stopped #enabled: no # register: command_result # gist.github.com/tyrells/0a79681de339237cb04c - failed_when: false # Never Fail during "systemctl stop calibre-serve" (even if service doesn't exist!) +# failed_when: false # Never Fail during "systemctl stop calibre-serve" (even if service doesn't exist!) # when: calibre_svc.stat.exists # 3. CREATE DATABASE WITH A SAMPLE BOOK (REQUIRED AS OF CALIBRE 3.x)