mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Normalize more booleans. (#5247)
This commit is contained in:
@@ -182,13 +182,13 @@ options:
|
||||
description:
|
||||
- Indicates that the image is treated as inserted on command completion.
|
||||
type: bool
|
||||
default: True
|
||||
default: true
|
||||
write_protected:
|
||||
required: false
|
||||
description:
|
||||
- Indicates that the media is treated as write-protected.
|
||||
type: bool
|
||||
default: True
|
||||
default: true
|
||||
username:
|
||||
required: false
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user