Update to 2022-03-02 13:00

This commit is contained in:
Daniel Berteaud 2022-03-02 13:00:05 +01:00
parent 7036d5ed58
commit b1c0fcc90a
2 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '22.02.1'
bookstack_version: '22.02.2'
# 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: af2e816a3b78058f97de167c36560f2d3fa7cb4c680221a0f9d0a0b7a39fcd52
bookstack_archive_sha256: 7b7345c342bf665a2277ebaa9deead56010660606246d7b0b2d15119dcedf05f
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

View File

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