Update to 2022-02-15 16:00

This commit is contained in:
Daniel Berteaud
2022-02-15 16:00:13 +01:00
parent 7ec8056122
commit 90522fe409
22 changed files with 518 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
- name: clear kimai cache
command: /bin/php{{ kimai_php_version }} {{ kimai_root_dir }}/app/bin/console kimai:reload --env=prod
become_user: "{{ kimai_php_user }}"