forgejo: Initial version of role
This commit is contained in:
parent
4031afdbdb
commit
c479b7fcea
6 changed files with 217 additions and 0 deletions
5
roles/forgejo/handlers/main.yml
Normal file
5
roles/forgejo/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart forgejo
|
||||
ansible.builtin.service:
|
||||
name: forgejo
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue