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

new: calibre_debs_on_debian to test Rasp approach on Debian

This commit is contained in:
A Holt 2017-11-20 09:49:50 -05:00 committed by GitHub
parent e8d1ec4a27
commit c3d9e9e078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
# RUNS IF /usr/bin/calibre-uninstall DOES NOT ALEADY EXIST
- name: Install Calibre via calibre-installer.py (OS's other than Raspbian)
include_tasks: py-installer.yml
when: not is_rpi
when: (not is_rpi) and (not calibre_debs_on_debian)
#when: is_redhat or is_ubuntu
- name: Install Calibre via .debs (Raspbian)
include_tasks: debs.yml
when: is_rpi
#when: is_rpi or is_debian #is_debian apparently also covers is_rpi
when: is_rpi or calibre_debs_on_debian
#when: is_rpi or is_debian # (is_debian also covers & includes is_rpi)
# 2. STOP CALIBRE SERVICE IF IT EXISTS (REQUIRED FOR DB ACTIVITY...AND IF not calibre_enabled)