mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update config-db.yml
This commit is contained in:
parent
dcfe811f11
commit
903a9470ac
1 changed files with 6 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
- name: Disable Calibre service -- stops calibre-server by Kovid Goyal
|
||||
service:
|
||||
name: calibre-serve
|
||||
enabled: no
|
||||
#enabled: no
|
||||
state: stopped
|
||||
when: calibre_svc.stat.exists
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
file:
|
||||
path: "{{ calibre_dbpath }}"
|
||||
state: directory
|
||||
mode: 0755
|
||||
#mode: 0755
|
||||
|
||||
- name: Check if sample book exists in /opt/iiab/downloads
|
||||
stat:
|
||||
|
@ -40,3 +40,7 @@
|
|||
file:
|
||||
path: "{{ calibre_dbpath }}/metadata.db"
|
||||
mode: 0666
|
||||
#owner: pi
|
||||
#group: pi
|
||||
#owner: iiab-admin
|
||||
#group: iiab-admin
|
||||
|
|
Loading…
Reference in a new issue