: install act_runner for gitea

This commit is contained in:
VC
2025-02-28 15:39:53 +01:00
parent 482371b498
commit e889260e12
10 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Restart Act_Runner
ansible.builtin.systemd:
name: act_runner
state: restarted
enabled: true
daemon_reload: true