diff --git a/roles/calibre/tasks/debs.yml b/roles/calibre/tasks/debs.yml index 64c6504a2..03d77ae32 100644 --- a/roles/calibre/tasks/debs.yml +++ b/roles/calibre/tasks/debs.yml @@ -3,5 +3,10 @@ name: calibre state: present +# April 5 2018 raspbian is now tracking the latest Calibre with a small delay. +# Should you really want the latest just run the below script standalone, it is +# strongly suggested that waiting for the lastest deb from Rasbian is the best. + - name: Upgrade latest Calibre command: scripts/calibre-install-latest.sh + when: not is_rpi