Skip to content

Commit 7415d26

Browse files
committed
[ignore] change overwrite to override in documentations and examples
1 parent 25581e2 commit 7415d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/modules/aci_interface_config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
pc_member:
4545
description:
4646
- 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.
47+
- A Port Channel Member Policy is used to override LACP port priority and transmit rate of LACP packets.
4848
type: str
4949
aliases: [ port_channel_member ]
5050
port_type:
@@ -114,7 +114,7 @@
114114
state: present
115115
delegate_to: localhost
116116
117-
- name: Add an interface with port channel(PC) policy group with a PC member policy overwrite
117+
- name: Add an interface with port channel(PC) policy group with a PC member policy override
118118
cisco.aci.aci_interface_config:
119119
host: apic
120120
username: admin

0 commit comments

Comments
 (0)