Files
grm/ansible/update-runner.yml
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

11 lines
215 B
YAML

---
- name: Update Gitea Actions runner
hosts: all
become: true
vars: {}
tasks:
- name: Update runner
ansible.builtin.include_role:
name: gitea_runner
tasks_from: update_runner.yml