MonolithProjects / ansible-github_actions_runner

Ansible Role to deploy GitHub Actions self-hosted runner
https://galaxy.ansible.com/ui/standalone/roles/monolithprojects/github_actions_runner/
MIT License
190 stars 77 forks source link

Allow different repos in same play #214

Closed Yethal closed 2 months ago

Yethal commented 3 months ago

Description

Adds new setting all_runners_in_same_repo with default value true (to preserve existing behavior). When set to false checking currently registered runners happens on per-runner basis instead of once. This prevents registration failures when provisioning runners for more than one repository in single play

Additionally small error in README.md was corrected

Type of change

How Has This Been Tested?