mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
76917c5bf6
commit
9d83d83d69
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@
|
|||
owner: root
|
||||
group: root
|
||||
mode: "{{ item.mode }}"
|
||||
register: calibre_config
|
||||
with_items:
|
||||
- { src: 'calibre-serve.service.j2', dest: '/etc/systemd/system/calibre-serve.service', mode: '0644'}
|
||||
- { src: 'calibre.conf', dest: '/etc/{{ apache_config_dir }}', mode: '0644'}
|
||||
register: calibre_config
|
||||
|
||||
- name: Forcing systemd to reread configs
|
||||
systemd:
|
||||
|
@ -105,4 +105,4 @@
|
|||
- option: port
|
||||
value: "{{ calibre_port }}"
|
||||
- option: enabled
|
||||
value: "{{ calibre_enabled }}"
|
||||
value: "{{ calibre_enabled }}"
|
||||
|
|
Loading…
Reference in a new issue