mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update main.yml
This commit is contained in:
parent
e5931eb8ef
commit
13762ec7b4
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
# - run testing branch for Ubuntu 16.04: scripts/calibre-install-latest.sh
|
# - run testing branch for Ubuntu 16.04: scripts/calibre-install-latest.sh
|
||||||
# - run unstable branch for Debian etc: scripts/calibre-install-unstable.sh
|
# - run unstable branch for Debian etc: scripts/calibre-install-unstable.sh
|
||||||
|
|
||||||
- name: Create calibre-serve.service and calibre.conf
|
- name: Create calibre-serve.service, calibre.conf, users.sqlite
|
||||||
template:
|
template:
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
dest: "{{ item.dest }}"
|
dest: "{{ item.dest }}"
|
||||||
|
@ -44,6 +44,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'calibre-serve.service.j2', dest: '/etc/systemd/system/calibre-serve.service', mode: '0644'}
|
- { src: 'calibre-serve.service.j2', dest: '/etc/systemd/system/calibre-serve.service', mode: '0644'}
|
||||||
- { src: 'calibre.conf', dest: '/etc/{{ apache_config_dir }}', mode: '0644'}
|
- { src: 'calibre.conf', dest: '/etc/{{ apache_config_dir }}', mode: '0644'}
|
||||||
|
- { src: 'users.sqlite', dest: '{{ calibre_userdb }}', mode: '0644'}
|
||||||
|
|
||||||
- name: Force systemd to reread configs
|
- name: Force systemd to reread configs
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Reference in a new issue