mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-14 09:13:16 +02:00
Update to 2022-03-02 13:00
This commit is contained in:
parent
7036d5ed58
commit
b1c0fcc90a
@ -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
|
||||
|
@ -59,6 +59,7 @@
|
||||
executable: /bin/php{{ bookstack_php_version }}
|
||||
environment:
|
||||
php: /bin/php{{ bookstack_php_version }}
|
||||
notify: restart bookstack-queue
|
||||
|
||||
tags: bookstack
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user