diff --git a/roles/kimai/defaults/main.yml b/roles/kimai/defaults/main.yml index 06beffd..326b79d 100644 --- a/roles/kimai/defaults/main.yml +++ b/roles/kimai/defaults/main.yml @@ -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: 1.19.2 +kimai_version: 1.19.3 # 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: 248fe449b387675389b720ad59455ed3ea95a63b831dd3ff15c248eba54db9d7 +kimai_archive_sha256: 9c7ac5436a934355b68e7bd5eb2e8bab798d9c9d262ebd51d6a1851c266746d2 # Directory where kimai will be installed kimai_root_dir: /opt/kimai_{{ kimai_id }}