mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update create-db.yml
This commit is contained in:
parent
9f57885ac8
commit
209b8ced80
1 changed files with 0 additions and 12 deletions
|
@ -1,15 +1,3 @@
|
||||||
- name: Check if Calibre systemd service exists
|
|
||||||
stat:
|
|
||||||
path: /etc/systemd/system/calibre-serve.service
|
|
||||||
register: calibre_svc
|
|
||||||
|
|
||||||
- name: Disable Calibre service -- stops calibre-server by Kovid Goyal
|
|
||||||
service:
|
|
||||||
name: calibre-serve
|
|
||||||
#enabled: no
|
|
||||||
state: stopped
|
|
||||||
when: calibre_svc.stat.exists
|
|
||||||
|
|
||||||
- name: Create /library/calibre (mandatory since Calibre 3.x)
|
- name: Create /library/calibre (mandatory since Calibre 3.x)
|
||||||
file:
|
file:
|
||||||
path: "{{ calibre_dbpath }}"
|
path: "{{ calibre_dbpath }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue