Update to 2024-04-29 15:01

This commit is contained in:
Daniel Berteaud
2024-04-29 15:01:11 +02:00
parent cdd8b6b638
commit f51f6fd9bc
6 changed files with 23 additions and 4 deletions

View File

@@ -59,6 +59,12 @@
environment:
COMPOSER_ALLOW_SUPERUSER: 1
- name: Fix empty Authorization header
patch:
src: kimai_empty_authorization.patch
dest: "{{ kimai_root_dir }}/app/src/API/Authentication/ApiRequestMatcher.php"
backup: true
tags: kimai
- import_tasks: ../includes/webapps_create_mysql_db.yml