Skip to content

Commit

Permalink
change filter to tDn and added module_object
Browse files Browse the repository at this point in the history
  • Loading branch information
edudppaz authored Oct 15, 2024
1 parent 55ddb11 commit 5fca394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/aci_domain_to_vlan_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ def main():
subclass_1=dict(
aci_class="infraRsVlanNs",
aci_rn="rsvlanNs",
target_filter={"dn": "{0}/rsvlanNs".format(domain_mo)},
module_object="rsvlanNs",
target_filter={"tDn": aci_mo},
),
)

Expand Down

0 comments on commit 5fca394

Please sign in to comment.