invoiceninja/tasks/configure.yml
2024-08-22 15:04:11 +02:00

11 lines
249 B
YAML

---
- name: '[CONFIGURE] - Setup env file for invoiceninja'
template:
src: 'env.j2'
dest: '{{ ninja_app_dir }}/.env'
mode: 0644
owner: '{{ ninja_app_username }}'
group: '{{ ninja_app_group }}'
notify: Restart invoiceninja