Update to 2023-06-13 14:00

This commit is contained in:
Daniel Berteaud
2023-06-13 14:00:11 +02:00
parent 4f4bacba12
commit e89824914c
4 changed files with 7 additions and 7 deletions

View File

@@ -43,10 +43,10 @@
block:
- name: Update the database
command: /bin/php{{ kimai_php_version }} {{ kimai_root_dir }}/app/bin/console kimai:update -n
command: /bin/php{{ kimai_php_version }} -d memory_limit=512M {{ kimai_root_dir }}/app/bin/console kimai:update -n
- name: Clear kimai cache
command: /bin/php{{ kimai_php_version }} {{ kimai_root_dir }}/app/bin/console kimai:reload --env=prod
command: /bin/php{{ kimai_php_version }} -d memory_limit=512M {{ kimai_root_dir }}/app/bin/console kimai:reload --env=prod
become_user: "{{ kimai_php_user }}"
tags: kimai