1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

use deb.yml even if calibre exists on RPi

This commit is contained in:
Jerry Vonau 2018-08-30 15:05:03 +00:00
parent 0343d3bb0c
commit 25cb17584b

View file

@ -27,9 +27,13 @@
- calibre-bin_3.30.0+dfsg-1_armhf
when: internet_available and is_rpi
- name: Install Calibre 3.30 .debs on RPi
include_tasks: debs.yml
when: calibre_via_debs and is_rpi
- name: Install Calibre experimental .debs IF calibre_via_debs (AND /usr/bin/calibre WAS MISSING)
include_tasks: debs.yml
when: calibre_via_debs and (not calib_executable.stat.exists)
when: calibre_via_debs and not is_rpi and (not calib_executable.stat.exists)
- name: Install Calibre via calibre-installer.py IF calibre_via_python (AND /usr/bin/calibre WAS MISSING)
include_tasks: py-installer.yml