1
0
Fork 0
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:
A Holt 2017-11-20 00:13:40 -05:00 committed by GitHub
parent aa3b4bcaa2
commit 82671e3e94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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