1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update gitlab_runner.py

Be specific related requirements for package version. This difference change the whole dependency chain for playbook.
This commit is contained in:
Péter Mikáczó 2024-09-13 10:24:13 +02:00 committed by GitHub
parent 40f1ab31f5
commit 394e3ea0f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,8 @@ author:
- Samy Coenen (@SamyCoenen)
- Guillaume Martinez (@Lunik)
requirements:
- python-gitlab >= 1.5.0
- python-gitlab >= 1.5.0 for legacy runner registration workflow (runner registration token - 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 - https://docs.gitlab.com/runner/register/#register-with-a-runner-authentication-token)
extends_documentation_fragment:
- community.general.auth_basic
- community.general.gitlab