[ansible-project] Re: Cisco MDS | nxos_zone_zoneset

2020-06-11 Thread Jesse Lyon
Opened an issue with Cisco on github. https://github.com/Cisco-SAN/MDS_Ansible_Modules/issues/9 On Wednesday, June 10, 2020 at 3:22:43 PM UTC-4, Jesse Lyon wrote: > > I think I found the offending "Check" thats causing my headache. > > # Step1: execute show zone status and get >

[ansible-project] Re: Cisco MDS | nxos_zone_zoneset

2020-06-10 Thread Jesse Lyon
I think I found the offending "Check" thats causing my headache. # Step1: execute show zone status and get shZoneStatusObj = ShowZoneStatus(module, vsan) sw_default_zone = shZoneStatusObj.getDefaultZone() sw_mode = shZoneStatusObj.getMode() sw_smart_zoning =