Update to 2023-07-04 18:00

This commit is contained in:
Daniel Berteaud 2023-07-04 18:00:09 +02:00
parent a1238e3426
commit 0cc589ae4b
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.0.26'
kimai_version: '2.0.27'
# 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: 70349acadfb01788406a17f546d35f5b3270f5b4f09c7eb57cfc8d3f5e23fb50
kimai_archive_sha256: 9af179f3ae5a71452f4d082f92ebdbbbef962b016add5fade98949c052b1169a
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@ -4,6 +4,6 @@
file: path={{ item }} state=absent
loop:
- "{{ kimai_root_dir }}/archives/{{ kimai_current_version }}"
- "{{ kimai_root_dir }}/tmp/kimai2-{{ kimai_version }}"
- "{{ kimai_root_dir }}/tmp/kimai2-{{ kimai_version }}.tar.gz"
- "{{ kimai_root_dir }}/tmp/kimai-{{ kimai_version }}"
- "{{ kimai_root_dir }}/tmp/kimai-{{ kimai_version }}.tar.gz"
tags: kimai