Skip to content

Commit 8243460

Browse files
shrsrlhercot
authored andcommitted
[ignore] Changed description of docs in aci_l4l7_device
1 parent 7179694 commit 8243460

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/modules/aci_l4l7_device.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
managed:
5252
description:
5353
- Is the device a managed device.
54-
- The APIC defaults to C(true) when unset during creation.
54+
- The APIC defaults to true when unset during creation.
5555
type: bool
5656
promiscuous_mode:
5757
description:
5858
- Enable promiscuous mode.
59-
- The APIC defaults to C(false) when unset during creation.
59+
- The APIC defaults to false when unset during creation.
6060
type: bool
6161
aliases: [ prom_mode ]
6262
service_type:
@@ -69,7 +69,7 @@
6969
trunking:
7070
description:
7171
- Enable trunking.
72-
- The APIC defaults to C(false) when unset during creation.
72+
- The APIC defaults to false when unset during creation.
7373
type: bool
7474
domain:
7575
description:
@@ -80,7 +80,7 @@
8080
description:
8181
- The active active mode on the device.
8282
- This is only applicable when C(function_type="l1") or C(function_type="l2").
83-
- The APIC defaults to C(false) when unset during creation.
83+
- The APIC defaults to false when unset during creation.
8484
type: bool
8585
state:
8686
description:

0 commit comments

Comments
 (0)