Fixing nxos_vrf

pull/18777/head
GGabriele 9 years ago committed by Matt Clay
parent 62b0b48f58
commit 97577df048

@ -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