Fixing nxos_vrf

This commit is contained in:
GGabriele 2016-04-18 15:48:37 +02:00
parent 3c51d11244
commit fff9c9ed44

View file

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