Skip to content

Commit dfe2eb3

Browse files
committed
[minor change] removed target filter for vmmVSwitchPolicy and fixed documentation
1 parent f918f35 commit dfe2eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/aci_vmm_enhanced_lag_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
- The modules M(cisco.aci.aci_domain) and M(cisco.aci.aci_vmm_vswitch_policy) can be used for this.
9292
seealso:
9393
- module: cisco.aci.aci_domain
94+
- module: cisco.aci. aci_vmm_vswitch_policy
9495
- name: APIC Management Information Model reference
9596
description: More information about the internal APIC classes B(lacp:EnhancedLagPol).
9697
link: https://developer.cisco.com/docs/apic-mim-ref/
@@ -264,7 +265,6 @@ def main():
264265
aci_class="vmmVSwitchPolicyCont",
265266
aci_rn="vswitchpolcont",
266267
module_object="vswitchpolcont",
267-
target_filter={"name": "vswitchpolcont"},
268268
),
269269
subclass_3=dict(
270270
aci_class="lacpEnhancedLagPol",

0 commit comments

Comments
 (0)