mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #771 from jvonau/cal_18.04
use py-installer.yml for Ubuntu 18.04 (to install the latest Calibre)
This commit is contained in:
commit
24e421f0a4
1 changed files with 4 additions and 4 deletions
|
@ -3,16 +3,16 @@
|
|||
# RUNS IF /usr/bin/calibre-uninstall DOES NOT ALEADY EXIST
|
||||
- name: Install Calibre via calibre-installer.py (redhat, ubuntu, debian if NOT calibre_debs_on_debian)
|
||||
include_tasks: py-installer.yml
|
||||
when: is_redhat or (is_ubuntu and not is_ubuntu_18) or (is_debian and not calibre_debs_on_debian)
|
||||
when: is_redhat or is_ubuntu or (is_debian and not calibre_debs_on_debian)
|
||||
#when: not is_rpi
|
||||
|
||||
- name: Install Calibre via .debs (Raspbian, Debian if calibre_debs_on_debian)
|
||||
include_tasks: debs.yml
|
||||
when: is_rpi or (is_debian and calibre_debs_on_debian)
|
||||
|
||||
- name: Install Calibre via .debs (Ubuntu 18.xx)
|
||||
include_tasks: debs.yml
|
||||
when: is_ubuntu_18
|
||||
#- name: Install Calibre via .debs (Ubuntu 18.xx)
|
||||
# include_tasks: debs.yml
|
||||
# when: is_ubuntu_18
|
||||
|
||||
- name: Create calibre-serve.service and calibre.conf
|
||||
template:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue