diff --git a/roles/calibre/tasks/config-db.yml b/roles/calibre/tasks/config-db.yml index 150ef4567..f51f98cc0 100644 --- a/roles/calibre/tasks/config-db.yml +++ b/roles/calibre/tasks/config-db.yml @@ -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