1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-26 15:13:20 +02:00
2022-02-15 16:00:13 +01:00

6 lines
173 B
YAML

---
- 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 }}"