mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
4b37b1bca6
commit
343339655d
1 changed files with 3 additions and 1 deletions
|
@ -77,7 +77,9 @@ options:
|
||||||
type: bool
|
type: bool
|
||||||
access_level:
|
access_level:
|
||||||
description:
|
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
|
required: False
|
||||||
default: ref_protected
|
default: ref_protected
|
||||||
choices: ["ref_protected", "not_protected"]
|
choices: ["ref_protected", "not_protected"]
|
||||||
|
|
Loading…
Reference in a new issue