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

installer.yml -> py-installer.yml

This commit is contained in:
A Holt 2017-11-20 02:14:08 -05:00 committed by GitHub
parent 920641fbd6
commit 20a76bf665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,13 @@
# INSTALL THE LATEST CALIBRE (calibre-server etc) ON ALL OS'S - RUNS IF /usr/bin/calibre-uninstall DOES NOT ALEADY EXIST # INSTALL THE LATEST CALIBRE (calibre-server etc) ON ALL OS'S - RUNS IF /usr/bin/calibre-uninstall DOES NOT ALEADY EXIST
- name: Install Calibre via calibre-installer.py - name: Install Calibre via calibre-installer.py
include_tasks: installer.yml include_tasks: py-installer.yml
when: not calibre_db.stat.exists and (is_redhat or is_ubuntu) when: (not calibre_db.stat.exists) and (not is_rpi)
#when: not calibre_db.stat.exists and (is_redhat or is_ubuntu)
- name: Install Calibre via .debs - name: Install Calibre via .debs
include_tasks: debs.yml include_tasks: debs.yml
when: not calibre_db.stat.exists and is_debian when: (not calibre_db.stat.exists) and is_rpi
# CREATE CALIBRE DATABASE WITH A SAMPLE BOOK # CREATE CALIBRE DATABASE WITH A SAMPLE BOOK
@ -78,4 +79,4 @@
- option: port - option: port
value: "{{ calibre_port }}" value: "{{ calibre_port }}"
- option: enabled - option: enabled
value: "{{ calibre_enabled }}" value: "{{ calibre_enabled }}"