Update to 2021-12-25 20:02

This commit is contained in:
Daniel Berteaud
2021-12-25 20:02:20 +01:00
parent 121f3646b7
commit 489c627e9d
8 changed files with 55 additions and 3 deletions

View File

@@ -84,3 +84,14 @@
- pre
- post
tags: bookstack
- name: Install queue worker unit
template: src=bookstack-queue.service.j2 dest=/etc/systemd/system/bookstack_{{ bookstack_id }}-queue.service
register: bookstack_unit
notify: restart bookstack-queue
tags: bookstack
- name: Reload systemd
systemd: daemon_reload=True
when: bookstack_unit.changed
tags: bookstack