1
0
Fork 0
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:
A Holt 2018-07-11 00:20:07 -04:00 committed by GitHub
parent 92d2813de8
commit 66529815f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"