- Create gitea-runner user with podman access - Install podman-docker for docker CLI compatibility - Download and configure act_runner binary - Systemd service for act_runner daemon - Host-mode runner labels for Fedora 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
139 B
YAML
8 lines
139 B
YAML
---
|
|
- name: restart act_runner
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
name: act_runner
|
|
state: restarted
|
|
daemon_reload: true
|