mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-29 16:43:21 +02:00
10 lines
234 B
YAML
10 lines
234 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Deploy configuration
|
||
|
template: src={{ item.src }} dest={{ item.dest }} group={{ mayan_user }} mode=640
|
||
|
loop:
|
||
|
- src: env.j2
|
||
|
dest: "{{ mayan_root_dir }}/config/.env"
|
||
|
notify: restart mayan-edms
|
||
|
tags: mayan
|