Update git_ci role from polyfloyd's infra
This commit is contained in:
parent
6cff97e2bb
commit
b74a9859b2
8 changed files with 89 additions and 56 deletions
8
roles/git_ci/handlers/main.yaml
Normal file
8
roles/git_ci/handlers/main.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- ansible.builtin.import_tasks:
|
||||
file: ../../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