: 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

@@ -76,3 +76,11 @@
mode: "0o640"
notify:
- Restart Gitea
- name: Retrieve Gitea Act Runner Token
become: true
become_user: git
ansible.builtin.command:
cmd: "gitea --config {{ gitea_etc_path }}/app.ini actions generate-runner-token"
register: _gitea_runner_token
changed_when: false