diff --git a/network/nxos/nxos_vrf.py b/network/nxos/nxos_vrf.py index cf1aa630fd3..dcc835e79b2 100644 --- a/network/nxos/nxos_vrf.py +++ b/network/nxos/nxos_vrf.py @@ -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']