Fix nxos_vtep_vni typo

This commit is contained in:
Nathaniel Case 2017-07-28 13:03:27 -04:00
parent 0ebc80cbd6
commit fb2b3de5e4

View file

@ -285,7 +285,7 @@ def main():
state = module.params['state']
args = PARAM_TO_DEFAULT_KEYMAP.keys()
args = PARAM_TO_COMMAND_KEYMAP.keys()
existing = get_existing(module, args)
proposed_args = dict((k, v) for k, v in module.params.items()