Fixes #23948 body not defined nxos_hsrp (#24093)

This commit is contained in:
Trishna Guha 2017-05-05 08:36:00 +05:30 committed by GitHub
parent 67bd8f9204
commit 986765312f

View file

@ -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)