mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Adam 2
This commit is contained in:
parent
dcb55d1592
commit
7888b93c71
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue