From cc691f973076393637a9b1e19fbe92222c6df40d Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 30 May 2019 21:05:20 -0400 Subject: [PATCH] scripts/calibre-install-latest.sh when not is_rpi --- roles/calibre/tasks/debs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/calibre/tasks/debs.yml b/roles/calibre/tasks/debs.yml index 04eaffa71..f30ecf4a9 100644 --- a/roles/calibre/tasks/debs.yml +++ b/roles/calibre/tasks/debs.yml @@ -47,9 +47,10 @@ # 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 (debian-9 or ubuntu-16) +- name: Install/Upgrade to Calibre testing .deb's (not rpi) command: scripts/calibre-install-latest.sh - when: (not is_rpi) and (is_debian_9 or is_ubuntu_16) and internet_available + when: (not is_rpi) 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