mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
"is_debian_9 or is_ubuntu_16" in calibre/tasks/debs.yml
This commit is contained in:
parent
30f7c18364
commit
59f2a2e7d9
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# roles/calibre/tasks/main.yml requires calibre_via_debs (to be True) before
|
||||
# calling this script. As of 2018-10-23 this is set in only 3 places:
|
||||
# roles/calibre/tasks/main.yml REQUIRES calibre_via_debs (TO BE True) BEFORE
|
||||
# CALLING THIS SCRIPT. As of 2018-10-23 this is set in only 3 places:
|
||||
#
|
||||
# vars/raspbian-9.yml
|
||||
# vars/raspbian-8.yml
|
||||
|
@ -44,9 +44,9 @@
|
|||
# command: scripts/calibre-install-pinned-rpi.sh # Worked for Calibre 3.33.1 on 2018-10-23, e.g. so IIAB microSD bootable in RPi Zero W
|
||||
# when: is_rpi and internet_available
|
||||
|
||||
- name: Install/Upgrade to Calibre testing .deb's - target Ubuntu 16.04 (not rpi and not ubuntu_18)
|
||||
- name: Install/Upgrade to Calibre testing .deb's (debian-9 or ubuntu-16)
|
||||
command: scripts/calibre-install-latest.sh
|
||||
when: (not is_rpi) and (is_ubuntu_16 or is_debian_9) and internet_available
|
||||
when: (not is_rpi) and (is_debian_9 or is_ubuntu_16) and internet_available
|
||||
#when: not is_rpi and not is_ubuntu_18 and internet_available
|
||||
|
||||
- name: Install/Upgrade to Calibre unstable .deb's IF calibre_unstable_debs
|
||||
|
|
Loading…
Reference in a new issue