11 lines
249 B
YAML
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
|
|
|