1
0
Fork 0
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:
Arky 2018-08-27 16:39:12 +07:00
parent ede6306692
commit 3ba87e57dc

View file

@ -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