forgejo app ini
This commit is contained in:
parent
9b8ed31d87
commit
269001c8e4
1 changed files with 7 additions and 0 deletions
|
@ -144,3 +144,10 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: forgejo.service
|
src: forgejo.service
|
||||||
dest: /etc/systemd/system/forgejo.service
|
dest: /etc/systemd/system/forgejo.service
|
||||||
|
|
||||||
|
- name: NGINX Template forgejo.service
|
||||||
|
ansible.builtin.template:
|
||||||
|
src: app.ini
|
||||||
|
dest: /etc/forgejo/app.ini
|
||||||
|
notify:
|
||||||
|
- Restart forgejo
|
Loading…
Reference in a new issue