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-19 14:51:40 -06:00

8 lines
195 B
YAML

- name: Install Calibre (OS's other than CentOS)
package: name={{ item }}
state=present
with_items:
- calibre
- name: Upgrade Calibre to 3.12
command: scripts/calibre312.sh