Update to 2023-02-26 23:00

This commit is contained in:
Daniel Berteaud 2023-02-26 23:00:14 +01:00
parent 207f3adba1
commit ff4a9f92f4
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '23.01.1'
bookstack_version: '23.02'
# 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: 6d765468cbbc1bc696ffd72fa9e029f4f5fdb7b307a38e596e7b732218ee93d4
bookstack_archive_sha256: d5f952a191e2bbb5c18af41545e6e9818759af586f70faa5d5cede0baaaac6e1
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 20.8.15
diagrams_version: 20.8.23
# URL of the WAR file to deploy
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
# Expected sha256 of the WAR file
diagrams_war_sha256: 2f03499667366f453cc5a8904a490293e73bdba8cffff3d514000aa194caeb9a
diagrams_war_sha256: d363d8cef93bcf11d2d66a53578fa354279451fc02756e4e19fa953f278c2abf
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?