Update to 2022-06-24 16:00

This commit is contained in:
Daniel Berteaud
2022-06-24 16:00:14 +02:00
parent 0cba207c6d
commit c1e9c61d03
4 changed files with 7 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '22.04.2'
bookstack_version: '22.06'
# URL of the arhive
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
# Expected sha256 of the archive
bookstack_archive_sha256: 649a422f95ecad47d430eea88ffa656bcd15debd864ea30d5cc9c8f9cc88ac9f
bookstack_archive_sha256: 1c8a8afee7df3e628ff83224bc62a7b5de69689fd67996cf0742e6220bd5e589
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

View File

@@ -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