mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 03:30:32 -07:00
gitlab_runner: update requirements in docs (#8860)
* Update gitlab_runner.py Be specific related requirements for package version. This difference change the whole dependency chain for playbook. * Update plugins/modules/gitlab_runner.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
4123934b46
commit
f93883aa20
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@ author:
|
||||||
- Samy Coenen (@SamyCoenen)
|
- Samy Coenen (@SamyCoenen)
|
||||||
- Guillaume Martinez (@Lunik)
|
- Guillaume Martinez (@Lunik)
|
||||||
requirements:
|
requirements:
|
||||||
- python-gitlab >= 1.5.0
|
- python-gitlab >= 1.5.0 for legacy runner registration workflow
|
||||||
|
(runner registration token - U(https://docs.gitlab.com/runner/register/#register-with-a-runner-registration-token-deprecated))
|
||||||
|
- python-gitlab >= 4.0.0 for new runner registration workflow
|
||||||
|
(runner authentication token - U(https://docs.gitlab.com/runner/register/#register-with-a-runner-authentication-token))
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.auth_basic
|
- community.general.auth_basic
|
||||||
- community.general.gitlab
|
- community.general.gitlab
|
||||||
|
|
Loading…
Add table
Reference in a new issue