Update to 2023-02-02 19:00

This commit is contained in:
Daniel Berteaud 2023-02-02 19:00:11 +01:00
parent 425a82ba87
commit 74395af4e7
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '23.01'
bookstack_version: '23.01.1'
# 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: d1c3dd2247030113b5602838704ea6320e6ef2e26bf7172944a7601972d30f0f
bookstack_archive_sha256: 6d765468cbbc1bc696ffd72fa9e029f4f5fdb7b307a38e596e7b732218ee93d4
# 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.13
diagrams_version: 20.8.15
# 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: a69663bf53d2f72f6c1c57739c83dad243ca2e3d15ff62186ad9f9527b3e665a
diagrams_war_sha256: 2f03499667366f453cc5a8904a490293e73bdba8cffff3d514000aa194caeb9a
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?