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
189 stars 77 forks source link

Resolve #217 - Update runner labels when needed #218

Closed daltonv closed 1 month ago

daltonv commented 2 months ago

Description

If the role is run against a runner that is already registered, the role will now update the runner labels if they have changed.

The tests have been updated to reflect this.

Type of change

How Has This Been Tested?

I have tested this against a physical runner I own as well as updating the molecule tests to reflect this change.

daltonv commented 2 months ago

Am I correct that the CI is failing because I don't have permissions to deploy to test?

MonolithProjects commented 1 month ago

Am I correct that the CI is failing because I don't have permissions to deploy to test?

Hi @daltonv yes you are right. I will adjust the actions workflow to not to confuse contributors. Will check your PR soon. Thanks!