1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2017-11-20 03:13:00 -05:00 committed by GitHub
parent 5f68c4fb14
commit 779e8c69fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,8 @@
path: "{{ calibre_dbpath }}/metadata.db"
register: calibre_db
- name: Install Calibre - All
include_tasks: config-db.yml
- name: Create database (required since Calibre 3.x) with a sample book
include_tasks: create-db.yml
when: not calibre_db.stat.exists
# 3. WRAP UP CALIBRE INSTALLATION