mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix nxos_vtep_vni typo
This commit is contained in:
parent
0ebc80cbd6
commit
fb2b3de5e4
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ def main():
|
||||||
|
|
||||||
state = module.params['state']
|
state = module.params['state']
|
||||||
|
|
||||||
args = PARAM_TO_DEFAULT_KEYMAP.keys()
|
args = PARAM_TO_COMMAND_KEYMAP.keys()
|
||||||
|
|
||||||
existing = get_existing(module, args)
|
existing = get_existing(module, args)
|
||||||
proposed_args = dict((k, v) for k, v in module.params.items()
|
proposed_args = dict((k, v) for k, v in module.params.items()
|
||||||
|
|
Loading…
Reference in a new issue