Refactor gitea role to install the latest version

This commit is contained in:
2020-10-11 21:40:15 -05:00
parent 008779232b
commit 294c1263f6
9 changed files with 159 additions and 84 deletions

View File

@@ -0,0 +1,11 @@
---
- name: configure
template:
src: app.ini.j2
dest: "{{ gitea_config_path }}"
owner: root
group: "{{ gitea_group }}"
mode: 0640
notify:
- restart gitea