diff --git a/roles/calibre/tasks/debs.yml b/roles/calibre/tasks/debs.yml index 1f7e844f1..d32674072 100644 --- a/roles/calibre/tasks/debs.yml +++ b/roles/calibre/tasks/debs.yml @@ -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 pinned Calibre {{ calibre_deb_version }} while using addional .deb's from testing (rpi) +- name: Upgrade to pinned Calibre {{ calibre_deb_version }} while using additional .deb's from testing (rpi) command: scripts/calibre-install-pinned-rpi.sh # REQUIRED for Calibre 3.30 on 2018-08-30 when: is_rpi and internet_available