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:
parent
5f68c4fb14
commit
779e8c69fa
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
||||||
path: "{{ calibre_dbpath }}/metadata.db"
|
path: "{{ calibre_dbpath }}/metadata.db"
|
||||||
register: calibre_db
|
register: calibre_db
|
||||||
|
|
||||||
- name: Install Calibre - All
|
- name: Create database (required since Calibre 3.x) with a sample book
|
||||||
include_tasks: config-db.yml
|
include_tasks: create-db.yml
|
||||||
when: not calibre_db.stat.exists
|
when: not calibre_db.stat.exists
|
||||||
|
|
||||||
# 3. WRAP UP CALIBRE INSTALLATION
|
# 3. WRAP UP CALIBRE INSTALLATION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue