mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
3248ab0bfa
commit
74310e73f2
1 changed files with 2 additions and 19 deletions
|
@ -14,26 +14,9 @@
|
||||||
- calibre-bin
|
- calibre-bin
|
||||||
when: internet_available and not is_rpi and (not calib_executable.stat.exists)
|
when: internet_available and not is_rpi and (not calib_executable.stat.exists)
|
||||||
|
|
||||||
- name: Download pinned Calibre {{ calibre_deb_version }} (RPi)
|
- name: Install Calibre .debs IF calibre_via_debs (AND /usr/bin/calibre WAS MISSING)
|
||||||
get_url:
|
|
||||||
url: "{{ calibre_deb_url }}/{{ item }}.deb"
|
|
||||||
dest: "{{ downloads_dir }}/{{ item }}.deb"
|
|
||||||
mode: 0755
|
|
||||||
force: no
|
|
||||||
backup: no
|
|
||||||
timeout: "{{ download_timeout }}"
|
|
||||||
with_items:
|
|
||||||
- calibre{{ calibre_deb_version }}_all
|
|
||||||
- calibre-bin{{ calibre_deb_version }}_armhf
|
|
||||||
when: internet_available and is_rpi
|
|
||||||
|
|
||||||
- name: Install Calibre .debs on RPi
|
|
||||||
include_tasks: debs.yml
|
include_tasks: debs.yml
|
||||||
when: calibre_via_debs and is_rpi
|
when: calibre_via_debs and (not calib_executable.stat.exists)
|
||||||
|
|
||||||
- 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 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)
|
- name: Install Calibre via calibre-installer.py IF calibre_via_python (AND /usr/bin/calibre WAS MISSING)
|
||||||
include_tasks: py-installer.yml
|
include_tasks: py-installer.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue