1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/calibre/tasks/debs.yml
2018-04-05 08:46:35 -05:00

12 lines
433 B
YAML

- name: Start by installing OS's Calibre package
package:
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