We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25581e2 commit 7415d26Copy full SHA for 7415d26
plugins/modules/aci_interface_config.py
@@ -44,7 +44,7 @@
44
pc_member:
45
description:
46
- The name of the Port Channel Member Policy (lacp:IfPol).
47
- - A Port Channel Member Policy is used to overwrite LACP port priority and transmit rate of LACP packets.
+ - A Port Channel Member Policy is used to override LACP port priority and transmit rate of LACP packets.
48
type: str
49
aliases: [ port_channel_member ]
50
port_type:
@@ -114,7 +114,7 @@
114
state: present
115
delegate_to: localhost
116
117
-- name: Add an interface with port channel(PC) policy group with a PC member policy overwrite
+- name: Add an interface with port channel(PC) policy group with a PC member policy override
118
cisco.aci.aci_interface_config:
119
host: apic
120
username: admin
0 commit comments