Fixes #23948 body not defined nxos_hsrp (#24093)

pull/24280/head
Trishna Guha 7 years ago committed by GitHub
parent 67bd8f9204
commit 986765312f

@ -491,6 +491,7 @@ def main():
else:
load_config(module, commands)
if transport == 'cli':
body = run_commands(module, commands)
validate_config(body, vip, module)
changed = True
end_state = get_hsrp_group(group, interface, module)

Loading…
Cancel
Save