Open patrickstump opened 4 hours ago
With the transition to "authentication tokens", the runner registration is no longer allowing certain tags on the registration command line.
https://github.com/riemers/ansible-gitlab-runner/issues/350#issuecomment-2429142595
Nevertheless, we should fail the role early if parameters are set which are not supported (like tag list in combination with the auth token).
With the transition to "authentication tokens", the runner registration is no longer allowing certain tags on the registration command line.
I found this while trying to register a mac runner, but it should be the same for other OSes as well.
Error:
Reformatted slightly for easier reading.
I was able to move past by:
Setting: run_untagged: false
In the role task file
register-runner.yml
, removing the--locked
and--tag-list
runner registration options allowed it to move past the error.