Normalize more booleans. (#5247) (#5250)

(cherry picked from commit 015566fb06)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-09-06 21:07:46 +02:00
committed by GitHub
parent 7229ef4ac4
commit 8595601708
170 changed files with 465 additions and 465 deletions

View File

@@ -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:

View File

@@ -191,10 +191,10 @@ EXAMPLES = '''
command: SetNetworkProtocols
network_protocols:
SNMP:
ProtocolEnabled: True
ProtocolEnabled: true
Port: 161
HTTP:
ProtocolEnabled: False
ProtocolEnabled: false
Port: 8080
baseuri: "{{ baseuri }}"
username: "{{ username }}"
@@ -206,7 +206,7 @@ EXAMPLES = '''
command: SetManagerNic
nic_config:
DHCPv4:
DHCPEnabled: False
DHCPEnabled: false
IPv4StaticAddresses:
Address: 192.168.1.3
Gateway: 192.168.1.1