1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/calibre/tasks/debs.yml
2017-11-20 03:41:34 -05:00

8 lines
206 B
YAML

- name: Start by installing OS's Calibre package
package: name={{ item }}
state=present
with_items:
- calibre
- name: Upgrade latest Calibre
command: scripts/calibre-install-latest.sh