Adjust booleans in source control modules. (#5158)

This commit is contained in:
Felix Fontein
2022-08-24 19:59:56 +02:00
committed by GitHub
parent 35a283918a
commit 675bdef190
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.