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
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
[x] Small minor change not affecting the Ansible Role code (Github Actions Workflow, Documentation etc.)
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 playAdditionally small error in README.md was corrected
Type of change
How Has This Been Tested?