mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
92d2813de8
commit
66529815f9
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@
|
|||
path: "/usr/bin/calibre"
|
||||
register: calib_executable
|
||||
|
||||
# The 8 lines below appear unecessary as of 2018-06-26 -- as tested on RPi.
|
||||
# The 8 lines below were breaking IIAB installs on Ubuntu 16.04 as of early
|
||||
# July 2018 (https://github.com/iiab/iiab/issues/883) and were tested as
|
||||
# unecessary on Raspbian Lite on RPi 3 B+ (calibre_via-debs: True) and
|
||||
# Ubuntu 18.04 (calibre_via_python: True). PR #856 is the fix for now.
|
||||
|
||||
#- name: Install Calibre via OS's package installer (IF /usr/bin/calibre MISSING)
|
||||
# package:
|
||||
# name: "{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue