roles/server/gitea: Reordered configuration

wip
Felix Stupp 5 years ago
parent 542bf0809c
commit f0f8a4a5c3
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -50,10 +50,10 @@
- name: Configure gitea
template:
src: "app.ini"
dest: "{{ gitea_configuration_path }}"
mode: 0640
owner: root
src: "app.ini"
group: "{{ gitea_system_user }}"
register: gitea_configure

Loading…
Cancel
Save