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

use py-installer.yml for 18.04

This commit is contained in:
Jerry Vonau 2018-05-02 12:44:27 -05:00
parent b01b88464a
commit 165f4270c2

View file

@ -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: