mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Make options match others in the file
This commit is contained in:
@@ -50,7 +50,7 @@ options:
|
||||
description:
|
||||
- Install gem in user's local gems cache or for all users
|
||||
required: false
|
||||
choices: [true, false]
|
||||
choices: ["yes", "no"]
|
||||
default: "yes"
|
||||
version_added: "1.3"
|
||||
executable:
|
||||
|
||||
Reference in New Issue
Block a user