We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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."}
ansible-gitlab-runner-compose/tasks/single-runner.yml
Line 25 in a759354
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
group
The text was updated successfully, but these errors were encountered:
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 ?).
community.general
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 😸
Sorry, something went wrong.
@btravouillon community.general 6.5.0 has been released, including group parameter ! 😺
No branches or pull requests
Release: 0.2.0
community.general: 6.2.0
The task Ensure the runner is registered fails with:
ansible-gitlab-runner-compose/tasks/single-runner.yml
Line 25 in a759354
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-moduleThe text was updated successfully, but these errors were encountered: