Add git-ci role
This commit is contained in:
parent
bc8e27f9a6
commit
45d29d1280
6 changed files with 86 additions and 0 deletions
7
roles/git-ci/handlers/main.yaml
Normal file
7
roles/git-ci/handlers/main.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- import_tasks: ../../common/handlers/main.yaml
|
||||
|
||||
- name: restart forgejo-runner
|
||||
systemd:
|
||||
name: forgejo-runner
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue