mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
s/b installer
This commit is contained in:
parent
efc3dc88cd
commit
56f54dc70f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
register: calibre_db
|
register: calibre_db
|
||||||
|
|
||||||
- name: Installing Calibre via calibre-installer.py
|
- name: Installing Calibre via calibre-installer.py
|
||||||
include_tasks: installing.yml
|
include_tasks: installer.yml
|
||||||
when: not calibre_db.stat.exists and (is_redhat or is_ubuntu)
|
when: not calibre_db.stat.exists and (is_redhat or is_ubuntu)
|
||||||
|
|
||||||
- name: Install Calibre via .debs
|
- name: Install Calibre via .debs
|
||||||
|
|
Loading…
Reference in a new issue