Adjust booleans in source control modules. (#5158) (#5172)

(cherry picked from commit 675bdef190)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-08-24 20:21:52 +02:00 committed by GitHub
parent 9345db2001
commit 41993d44e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 68 additions and 68 deletions

View file

@ -66,14 +66,14 @@ options:
description:
- Searches only runners available to the user when searching for existing, when false admin token required.
- Mutually exclusive with I(project) since community.general 4.5.0.
default: no
default: false
type: bool
version_added: 2.0.0
active:
description:
- Define if the runners is immediately active after creation.
required: False
default: yes
default: true
type: bool
locked:
description:
@ -100,7 +100,7 @@ options:
description:
- Run untagged jobs or not.
required: False
default: yes
default: true
type: bool
tag_list:
description: The tags that apply to the runner.
@ -135,7 +135,7 @@ EXAMPLES = '''
api_url: https://gitlab.example.com/
api_token: "{{ access_token }}"
description: Docker Machine t1
owned: yes
owned: true
state: absent
- name: Register runner for a specific project