mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update and rename install.yml to config-db.yml
This commit is contained in:
parent
20fd831130
commit
aa3b4bcaa2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
shell: "calibredb add {{ content_base }}/downloads/{{ calibre_sample_book }} --with-library {{ calibre_dbpath }}"
|
shell: "calibredb add {{ content_base }}/downloads/{{ calibre_sample_book }} --with-library {{ calibre_dbpath }}"
|
||||||
when: sample_bk.stat.exists and not calibre_db.stat.exists
|
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:
|
file:
|
||||||
path: "{{ calibre_dbpath }}/metadata.db"
|
path: "{{ calibre_dbpath }}/metadata.db"
|
||||||
mode: 0666
|
mode: 0666
|
Loading…
Reference in a new issue