Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported parameters for (community.general.gitlab_runner) module: group #5

Closed
btravouillon opened this issue Jan 29, 2023 · 2 comments

Comments

@btravouillon
Copy link
Contributor

Release: 0.2.0
community.general: 6.2.0

The task Ensure the runner is registered fails with:

fatal: [docker01]: FAILED! => {"changed": false, "msg":
"Unsupported parameters for (community.general.gitlab_runner) module: group.
Supported parameters include: api_username, api_url, access_level, locked, maximum_timeout, 
run_untagged, state, owned, tag_list, description (name), api_password, api_token, project, 
registration_token, validate_certs, api_job_token, api_oauth_token, active."}

group: "{{ item.group is defined | ternary(runner_target, omit) }}"

Indeed, there is no group parameter in https://docs.ansible.com/ansible/latest/collections/community/general/gitlab_runner_module.html#ansible-collections-community-general-gitlab-runner-module

@lgatellier
Copy link
Owner

Hi @btravouillon, and thank you for your interest in this role !

To be honest, it is still a work in progress, since it relies on a PR on community.general which has not been merged yet (but may soon be ?).

Let's keep this issue opened to track this point, I'll close it as soon as the other PR will be merged and community.general released 😸

@lgatellier
Copy link
Owner

@btravouillon community.general 6.5.0 has been released, including group parameter ! 😺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants