mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +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
|