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

@ -58,23 +58,23 @@ options:
- Whether you want to create issues or not.
- Possible values are true and false.
type: bool
default: yes
default: true
merge_requests_enabled:
description:
- If merge requests can be made or not.
- Possible values are true and false.
type: bool
default: yes
default: true
wiki_enabled:
description:
- If an wiki for this project should be available or not.
type: bool
default: yes
default: true
snippets_enabled:
description:
- If creating snippets should be available or not.
type: bool
default: yes
default: true
visibility:
description:
- C(private) Project access must be granted explicitly for each user.