mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Settings 'app.db' destination folder is enough
This prevents the bug where 'app.db' was copied twice.
This commit is contained in:
parent
ede6306692
commit
3ba87e57dc
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
- name: Provision calibre-web with default administration settings.
|
||||
copy:
|
||||
src: roles/calibre-web/files/app.db
|
||||
dest: "{{ calibreweb_config }}/{{ calibreweb_settings_database }} "
|
||||
dest: "{{ calibreweb_config }}"
|
||||
owner: "{{ calibreweb_user }}"
|
||||
group: "{{ apache_user }}"
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue