Skip to content

Commit

Permalink
Merge pull request #346 from CiscoDevNet/remove_unmanagable_check_intf
Browse files Browse the repository at this point in the history
Module: dcnm_interface - Remove Manageable Check for Interfaces
  • Loading branch information
mikewiebe authored Nov 20, 2024
2 parents e651eac + cf2f8c1 commit 5186384
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions plugins/modules/dcnm_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -5023,13 +5023,6 @@ def dcnm_intf_update_inventory_data(self):
)
)

if ronly_sw_list:
self.module.fail_json(
msg="Error: Switches {0} are not managable in Fabric '{1}', No changes are allowed on these switches\n".format(
ronly_sw_list, self.fabric
)
)

# Based on the updated inventory_data, update ip_sn, hn_sn and sn_hn objects
self.ip_sn, self.hn_sn = get_ip_sn_dict(self.inventory_data)

Expand Down

0 comments on commit 5186384

Please sign in to comment.