1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update and rename install.yml to config-db.yml

This commit is contained in:
A Holt 2017-11-20 00:11:38 -05:00 committed by GitHub
parent 20fd831130
commit aa3b4bcaa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
shell: "calibredb add {{ content_base }}/downloads/{{ calibre_sample_book }} --with-library {{ calibre_dbpath }}"
when: sample_bk.stat.exists and not calibre_db.stat.exists
- name: Setting permissions on /library/calibre/metadata.db
- name: Make /library/calibre/metadata.db writable for Calibre client SW
file:
path: "{{ calibre_dbpath }}/metadata.db"
mode: 0666