1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixing nxos_vrf

This commit is contained in:
GGabriele 2016-04-18 15:48:37 +02:00 committed by Matt Clay
parent 62b0b48f58
commit 97577df048

View file

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