Fixing nxos_vrf

reviewable/pr18780/r1
GGabriele 9 years ago
parent 3c51d11244
commit fff9c9ed44

@ -250,7 +250,6 @@ def main():
we use the following to make sure right letter case is used so that delta we use the following to make sure right letter case is used so that delta
results will be consistent to the actual configuration.""" results will be consistent to the actual configuration."""
if existing: if existing:
module.exit_json(existing=existing)
if existing['admin_state'].lower() == admin_state: if existing['admin_state'].lower() == admin_state:
proposed['admin_state'] = existing['admin_state'] proposed['admin_state'] = existing['admin_state']

Loading…
Cancel
Save