mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
More validate module fixes (#39097)
* Fix type bool DOCUMENTATION issues
This commit is contained in:
parent
b533ebe20d
commit
7c4b91844d
118 changed files with 187 additions and 398 deletions
|
@ -39,7 +39,7 @@ options:
|
|||
description:
|
||||
- Whether to include dependencies or not.
|
||||
required: false
|
||||
choices: [ "yes", "no" ]
|
||||
type: bool
|
||||
default: "yes"
|
||||
repository:
|
||||
description:
|
||||
|
@ -50,7 +50,7 @@ options:
|
|||
description:
|
||||
- Install gem in user's local gems cache or for all users
|
||||
required: false
|
||||
choices: ["yes", "no"]
|
||||
type: bool
|
||||
default: "yes"
|
||||
version_added: "1.3"
|
||||
executable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue