Update to 2022-10-19 14:00

This commit is contained in:
Daniel Berteaud
2022-10-19 14:00:10 +02:00
parent fe1e00de11
commit 347d0c8590
15 changed files with 32 additions and 27 deletions

View File

@@ -47,6 +47,8 @@
command: install
working_dir: "{{ kimai_root_dir }}/app"
executable: /bin/php{{ kimai_php_version }}
environment:
COMPOSER_ALLOW_SUPERUSER: 1
- name: Install LDAP auth support
composer:
@@ -54,6 +56,8 @@
arguments: laminas/laminas-ldap
working_dir: "{{ kimai_root_dir }}/app"
executable: /bin/php{{ kimai_php_version }}
environment:
COMPOSER_ALLOW_SUPERUSER: 1
tags: kimai