Add git role
This commit is contained in:
parent
303e188e24
commit
5dd519d88a
9 changed files with 215 additions and 0 deletions
7
roles/git-server/handlers/main.yaml
Normal file
7
roles/git-server/handlers/main.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- import_tasks: ../../common/handlers/main.yaml
|
||||
|
||||
- name: reload forgejo
|
||||
systemd:
|
||||
name: forgejo
|
||||
state: reloaded
|
Loading…
Add table
Add a link
Reference in a new issue