Update to 2022-10-21 18:00

This commit is contained in:
Daniel Berteaud 2022-10-21 18:00:08 +02:00
parent 6128e20be2
commit 63966834cc
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -59,6 +59,7 @@
executable: /bin/php{{ bookstack_php_version }} executable: /bin/php{{ bookstack_php_version }}
environment: environment:
php: /bin/php{{ bookstack_php_version }} php: /bin/php{{ bookstack_php_version }}
COMPOSER_ALLOW_SUPERUSER: 1
notify: restart bookstack-queue notify: restart bookstack-queue
tags: bookstack tags: bookstack