Update to 2022-07-13 10:00

This commit is contained in:
Daniel Berteaud 2022-07-13 10:00:18 +02:00
parent 05356e71fe
commit 4888438275
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 20.0.4
diagrams_version: 20.1.1
# 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: 58e34fbe318183c92efaee906c890c5b44198b3ee61eee9c6f776909e360a31a
diagrams_war_sha256: 3085c12bed0621654b624a2c0d5a32c217352000db3be40fcf560fee7fbd6e01
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

View File

@ -1,11 +1,11 @@
---
# Version to install
gitea_version: 1.16.8
gitea_version: 1.16.9
# URL to the binary
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
# sha256 of the binary
gitea_bin_sha256: 1fedb3dd22a8fa2e815dd0491d3db36b3ebf1bb78eafdb8d3f60f740c8885365
gitea_bin_sha256: 821dd30afed9ae42b18e727174b078ea9118a6ccc5106d8246bebf8180fcbef3
# Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation
gitea_manage_upgrade: True