From 5550ba1946c65516a458091e6276bc34e146eec3 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:13:34 +0200 Subject: [PATCH] [PR #8860/f93883aa backport][stable-9] gitlab_runner: update requirements in docs (#8880) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --------- Co-authored-by: Felix Fontein (cherry picked from commit f93883aa204ac57e4e39ad09d644d02f17b35096) Co-authored-by: Péter Mikáczó --- plugins/modules/gitlab_runner.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/modules/gitlab_runner.py b/plugins/modules/gitlab_runner.py index b11e029103..a285c4030a 100644 --- a/plugins/modules/gitlab_runner.py +++ b/plugins/modules/gitlab_runner.py @@ -33,7 +33,10 @@ 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 - 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