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

Update config-db.yml

This commit is contained in:
A Holt 2017-11-20 02:57:05 -05:00 committed by GitHub
parent dcfe811f11
commit 903a9470ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
- name: Disable Calibre service -- stops calibre-server by Kovid Goyal - name: Disable Calibre service -- stops calibre-server by Kovid Goyal
service: service:
name: calibre-serve name: calibre-serve
enabled: no #enabled: no
state: stopped state: stopped
when: calibre_svc.stat.exists when: calibre_svc.stat.exists
@ -14,7 +14,7 @@
file: file:
path: "{{ calibre_dbpath }}" path: "{{ calibre_dbpath }}"
state: directory state: directory
mode: 0755 #mode: 0755
- name: Check if sample book exists in /opt/iiab/downloads - name: Check if sample book exists in /opt/iiab/downloads
stat: stat:
@ -40,3 +40,7 @@
file: file:
path: "{{ calibre_dbpath }}/metadata.db" path: "{{ calibre_dbpath }}/metadata.db"
mode: 0666 mode: 0666
#owner: pi
#group: pi
#owner: iiab-admin
#group: iiab-admin