mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
fix nxos_linkagg issue (#41550)
* fix nxos_linkagg issue * fix shippable
This commit is contained in:
@@ -327,7 +327,7 @@ def map_config_to_obj(module):
|
||||
|
||||
try:
|
||||
channels = output['TABLE_channel']['ROW_channel']
|
||||
except KeyError:
|
||||
except (TypeError, KeyError):
|
||||
return objs
|
||||
|
||||
if channels:
|
||||
|
||||
Reference in New Issue
Block a user