mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
9 lines
195 B
YAML
9 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
|