Update to 2024-09-04 11:00

This commit is contained in:
Daniel Berteaud
2024-09-04 11:00:35 +02:00
parent ecfba7bb01
commit 016615d07b
12 changed files with 36 additions and 20 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.20.1'
kimai_version: '2.21.0'
# 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: 4bdeafaed831061c6981cb8059a9458564cde6ea8a49e359edbb3b41ebbdbbb3
kimai_archive_sha256: f6da56211d392d5749d3e56d242f529d03b2fc1b803d33d642b5e0097281b05f
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}
# Should ansible handle upgrades or only initial install