mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Improving nxos_igmp_snooping (#5011)
This commit is contained in:
@@ -537,6 +537,8 @@ def main():
|
||||
changed = True
|
||||
execute_config_command(cmds, module)
|
||||
end_state = get_igmp_snooping(module)
|
||||
if 'configure' in cmds:
|
||||
cmds.pop(0)
|
||||
|
||||
results['proposed'] = proposed
|
||||
results['existing'] = existing
|
||||
|
||||
Reference in New Issue
Block a user