Update to 2024-02-23 11:00

This commit is contained in:
Daniel Berteaud
2024-02-23 11:00:48 +01:00
parent 7d5e3cf033
commit 58b5f2ec80
2 changed files with 4 additions and 4 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.11.0'
kimai_version: '2.12.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: 428f149bd10f81d254e791caf0f68ebb16d67d146f357d47c38464a664100d4f
kimai_archive_sha256: 8e62845d8955359a6f4b519fa609505744bb2f6d78cb0cb81df9e8b6aaa18b56
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}
# Should ansible handle upgrades or only initial install