Files
grm/ansible/roles/gitea_runner/tasks/main.yml
T
emil f6a4f1fe43
Post-merge / detect-and-configure (push) Waiting to run
Post-merge / release-and-maintain (push) Waiting to run
GRM-148: chore: bump devx to v0.41.1, update deps and runner version
2026-07-13 03:24:35 +00:00

23 lines
637 B
YAML

---
- name: Include systemd availability check
ansible.builtin.include_tasks: systemd_check.yml
- name: Include user setup
ansible.builtin.include_tasks: user_setup.yml
- name: Include rootless Docker setup
ansible.builtin.include_tasks: rootless_docker.yml
- name: Include runner install
ansible.builtin.include_tasks: install_runner.yml
- name: Include prune setup
ansible.builtin.include_tasks: prune.yml
- name: Include healthcheck setup
ansible.builtin.include_tasks: healthcheck.yml
- name: Include integration test
ansible.builtin.include_tasks: integration_test.yml
when: not gitea_runner_skip_registration