mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
Fix nxos_vtep_vni typo
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user