Fixing nxos_vrf
This commit is contained in:
parent
3c51d11244
commit
fff9c9ed44
1 changed files with 0 additions and 1 deletions
|
@ -250,7 +250,6 @@ def main():
|
|||
we use the following to make sure right letter case is used so that delta
|
||||
results will be consistent to the actual configuration."""
|
||||
if existing:
|
||||
module.exit_json(existing=existing)
|
||||
if existing['admin_state'].lower() == admin_state:
|
||||
proposed['admin_state'] = existing['admin_state']
|
||||
|
||||
|
|
Loading…
Reference in a new issue