mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
Update to 2022-10-21 18:00
This commit is contained in:
parent
6128e20be2
commit
63966834cc
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
bookstack_version: '22.09.1'
|
||||
bookstack_version: '22.10'
|
||||
# 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: f66e8f0dad102997bb441bfcb8dcb8ab634ed4970623a6fbee4047399b21116a
|
||||
bookstack_archive_sha256: 09e3e28802746eecca27f62bb48c1d99763bafe7e497086cc7094c9cb3be6b63
|
||||
|
||||
# Should ansible handle bookstack upgrades or just the inintial install
|
||||
bookstack_manage_upgrade: True
|
||||
|
@ -59,6 +59,7 @@
|
||||
executable: /bin/php{{ bookstack_php_version }}
|
||||
environment:
|
||||
php: /bin/php{{ bookstack_php_version }}
|
||||
COMPOSER_ALLOW_SUPERUSER: 1
|
||||
notify: restart bookstack-queue
|
||||
|
||||
tags: bookstack
|
||||
|
Loading…
x
Reference in New Issue
Block a user