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

9 lines
195 B
YAML
Raw Normal View History

2017-11-19 20:33:53 +00:00
- 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