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:
commit
45ca0da8e6
1 changed files with 6 additions and 1 deletions
|
@ -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)".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue