mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
[Untested]Use calibreweb_database name instead of hardcoded database name
This commit is contained in:
parent
80000e3d40
commit
9388159ca0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
- name: Provision calibre-web with default administration account and database.
|
||||
copy:
|
||||
src: roles/calibre-web/files/app.db
|
||||
dest: "{{ calibreweb_home }}/app.db"
|
||||
dest: "{{ calibreweb_home }}/{{ calibreweb_database }}"
|
||||
owner: "{{ calibreweb_user }}"
|
||||
group: "{{ apache_user }}"
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue