1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #737 from holta/calibre-pr734-glitch

calibre: revert PR734 for now (playbook fails every time)
This commit is contained in:
A Holt 2018-04-05 18:06:54 -04:00 committed by GitHub
commit 45ca0da8e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,4 +9,9 @@
- name: Upgrade latest Calibre
command: scripts/calibre-install-latest.sh
when: not is_rpi
#when: not is_rpi
# Oops "when: not is_rpi" causes Calibre playbook to fail on Raspbian Lite (possibly
# other OS's too). Error msg is: "Unable to start service calibre-serve: Job for
# calibre-serve.service failed because the control process exited with error code."
# Running "calibre --version" then responds with "calibre (calibre 2.75.1)".