mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-06-24 16:00
This commit is contained in:
@@ -25,7 +25,7 @@ APP_PROXIES={{ bookstack_trusted_proxies | join(',') }}
|
||||
{% endif %}
|
||||
QUEUE_CONNECTION=database
|
||||
{% for key in bookstack_settings.keys() | list %}
|
||||
{{ key }}="{{ bookstack_settings[key] }}"
|
||||
{{ key }}={{ (bookstack_settings[key] is search('^(true|false)$')) | ternary(bookstack_settings[key], '"' ~ bookstack_settings[key] ~ '"') }}
|
||||
{% endfor %}
|
||||
{% if bookstack_pdf_exporter == 'wkhtmltopdf' %}
|
||||
WKHTMLTOPDF=/usr/local/bin/wkhtmltopdf
|
||||
|
Reference in New Issue
Block a user