2017-11-20 08:41:34 +00:00
|
|
|
- name: Start by installing OS's Calibre package
|
2017-11-19 20:33:53 +00:00
|
|
|
package: name={{ item }}
|
|
|
|
state=present
|
|
|
|
with_items:
|
|
|
|
- calibre
|
|
|
|
|
2017-11-20 08:41:34 +00:00
|
|
|
- name: Upgrade latest Calibre
|
|
|
|
command: scripts/calibre-install-latest.sh
|