Skip to content

Commit

Permalink
gitlab_runner: update requirements in docs (#8860)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

---------

Co-authored-by: Felix Fontein <[email protected]>
(cherry picked from commit f93883a)
  • Loading branch information
ch-e-mistry authored and patchback[bot] committed Sep 17, 2024
1 parent c825648 commit 3f3547c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/modules/gitlab_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
- 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 - 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:
- community.general.auth_basic
- community.general.gitlab
Expand Down

0 comments on commit 3f3547c

Please sign in to comment.