1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
This commit is contained in:
Jerry Vonau 2017-11-14 12:19:11 -06:00
parent dcb55d1592
commit 7888b93c71

View file

@ -15,7 +15,7 @@
- name: Install Calibre (OS's other than CentOS)
# the fedora rpm arm version, though older, takes care of dependencies, and exists
package: name={{ item }}
state=latest
state=present
with_items:
- calibre
when: calibre_install and ansible_distribution != 'CentOS'