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

Update debs.yml

This commit is contained in:
A Holt 2018-04-05 18:03:41 -04:00 committed by GitHub
parent b618e2cd8e
commit 58292c310c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,4 +9,9 @@
- name: Upgrade latest Calibre - name: Upgrade latest Calibre
command: scripts/calibre-install-latest.sh 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" responds with "calibre (calibre 2.75.1)".