Update to 2024-08-12 12:00

This commit is contained in:
Daniel Berteaud
2024-08-12 12:00:37 +02:00
parent 84535e6409
commit fdb740609a
6 changed files with 14 additions and 14 deletions

View File

@@ -5,12 +5,12 @@
# You can set it to a number or a simple string (no special chars)
kimai_id: 1
# Kimai version to deploy
kimai_version: '2.19.1'
kimai_version: '2.20.1'
# URL of the archive
kimai_archive_url: https://github.com/kevinpapst/kimai2/archive/refs/tags/{{ kimai_version }}.tar.gz
# Expected sha256 of the archive
kimai_archive_sha256: d3e3a50518fef5aeb26982b2436c9c69c2a3454978a026852cd3533e7670118d
kimai_archive_sha256: 4bdeafaed831061c6981cb8059a9458564cde6ea8a49e359edbb3b41ebbdbbb3
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}
# Should ansible handle upgrades or only initial install