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

use calibre_deb_version in task name

This commit is contained in:
Jerry Vonau 2018-08-30 16:20:32 +00:00
parent 86ba6631aa
commit 58ba19c772
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@
#command: scripts/calibre-install-latest.sh # REQUIRED for Calibre 3.29 on 2018-08-21 (PR #1015), as all above strategies failed (only script that was not attempted: Sid-like calibre-install-unstable.sh). CLARIF: RESULTING microSD's ARE NOT BOOTABLE IN Zero W (#952)
# when: is_rpi and internet_available
- name: Upgrade to Calibre 3.30 while using addional .deb's from testing (rpi)
- name: Upgrade to Calibre {{ calibre_deb_version }} while using addional .deb's from testing (rpi)
command: scripts/calibre-install-3.30-rpi.sh # REQUIRED for Calibre 3.30 on 2018-08-30
when: is_rpi and internet_available

View file

@ -14,7 +14,7 @@
- calibre-bin
when: internet_available and not is_rpi and (not calib_executable.stat.exists)
- name: Download Calibre 3.30 (RPi)
- name: Download Calibre {{ calibre_deb_version }} (RPi)
get_url:
url: "{{ calibre_deb_url }}/{{ item }}.deb"
dest: "{{ downloads_dir }}/{{ item }}.deb"
@ -27,7 +27,7 @@
- calibre-bin{{ calibre_deb_version }}_armhf
when: internet_available and is_rpi
- name: Install Calibre 3.30 .debs on RPi
- name: Install Calibre .debs on RPi
include_tasks: debs.yml
when: calibre_via_debs and is_rpi