mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 05:43:09 +00:00
Documentation fix for access_level parameter of gitlab_runner (#2788)
* * Documentation fix for access_level parameter of gitlab_runner Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Address reviewer's comments Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
This commit is contained in:
@@ -77,7 +77,9 @@ options:
|
||||
type: bool
|
||||
access_level:
|
||||
description:
|
||||
- Determines if a runner can pick up jobs from protected branches.
|
||||
- Determines if a runner can pick up jobs only from protected branches.
|
||||
- If set to C(ref_protected), runner can pick up jobs only from protected branches.
|
||||
- If set to C(not_protected), runner can pick up jobs from both protected and unprotected branches.
|
||||
required: False
|
||||
default: ref_protected
|
||||
choices: ["ref_protected", "not_protected"]
|
||||
|
||||
Reference in New Issue
Block a user