2017-11-20 08:41:34 +00:00
|
|
|
- name: Start by installing OS's Calibre package
|
2017-11-20 10:39:05 +00:00
|
|
|
package:
|
|
|
|
name: calibre
|
|
|
|
state: present
|
2017-11-19 20:33:53 +00:00
|
|
|
|
2018-04-05 13:46:35 +00:00
|
|
|
# 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.
|
|
|
|
|
2017-11-20 08:41:34 +00:00
|
|
|
- name: Upgrade latest Calibre
|
|
|
|
command: scripts/calibre-install-latest.sh
|
2018-04-05 13:46:35 +00:00
|
|
|
when: not is_rpi
|