diff --git a/plugins/modules/nxos_evpn_vni.py b/plugins/modules/nxos_evpn_vni.py index 89771f374..14c3c15d6 100644 --- a/plugins/modules/nxos_evpn_vni.py +++ b/plugins/modules/nxos_evpn_vni.py @@ -290,7 +290,7 @@ def main(): candidate = candidate.items_text() if not module.check_mode: load_config(module, candidate) - results["changed"] = True + results["changed"] = True results["commands"] = candidate else: results["commands"] = []