Refactor gitea role to install the latest version
This commit is contained in:
11
roles/gitea/tasks/configure.yaml
Normal file
11
roles/gitea/tasks/configure.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user