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:
parent
920641fbd6
commit
20a76bf665
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
- name: Install Calibre via calibre-installer.py
|
||||
include_tasks: installer.yml
|
||||
when: not calibre_db.stat.exists and (is_redhat or is_ubuntu)
|
||||
include_tasks: py-installer.yml
|
||||
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
|
||||
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
|
||||
|
||||
|
@ -78,4 +79,4 @@
|
|||
- option: port
|
||||
value: "{{ calibre_port }}"
|
||||
- option: enabled
|
||||
value: "{{ calibre_enabled }}"
|
||||
value: "{{ calibre_enabled }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue