mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
install.yml -> config-db.yml
This commit is contained in:
parent
aa3b4bcaa2
commit
82671e3e94
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
path: "{{ calibre_dbpath }}/metadata.db"
|
||||
register: calibre_db
|
||||
|
||||
- name: Installing Calibre via calibre-installer.py
|
||||
- name: Install Calibre via calibre-installer.py
|
||||
include_tasks: installer.yml
|
||||
when: not calibre_db.stat.exists and (is_redhat or is_ubuntu)
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
when: not calibre_db.stat.exists and is_debian
|
||||
|
||||
- name: Install Calibre - All
|
||||
include_tasks: install.yml
|
||||
include_tasks: config-db.yml
|
||||
when: not calibre_db.stat.exists
|
||||
|
||||
- name: Create calibre-serve.service and calibre.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue