Skip to content

Commit

Permalink
Update plugins/modules/aci_domain_to_vlan_pool.py
Browse files Browse the repository at this point in the history
Co-authored-by: Akini Ross <akinross@cisco.com>
  • Loading branch information
edudppaz and akinross authored Oct 16, 2024
1 parent cd78e89 commit 74c25fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/aci_domain_to_vlan_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ def main():
subclass_1=dict(
aci_class="infraRsVlanNs",
aci_rn="rsvlanNs",
module_object="rsvlanNs",
target_filter={"name": domain},
module_object=aci_mo if pool_name else None,
target_filter={"tDn": aci_mo} if pool_name else {},
),
)

Expand Down

0 comments on commit 74c25fc

Please sign in to comment.