mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-05 16:17:38 +02:00
Update to 2022-02-22 18:00
This commit is contained in:
@@ -27,3 +27,7 @@ QUEUE_CONNECTION=database
|
||||
{% for key in bookstack_settings.keys() | list %}
|
||||
{{ key }}="{{ bookstack_settings[key] }}"
|
||||
{% endfor %}
|
||||
{% if bookstack_pdf_exporter == 'wkhtmltopdf' %}
|
||||
WKHTMLTOPDF=/usr/local/bin/wkhtmltopdf
|
||||
ALLOW_UNTRUSTED_SERVER_FETCHING=true
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user