Skip to content

Commit

Permalink
nxos_evpn_vni issue with check not showing changed
Browse files Browse the repository at this point in the history
  • Loading branch information
heathdbrown authored Aug 9, 2024
1 parent eacf047 commit c8ef3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/nxos_evpn_vni.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = []
Expand Down

0 comments on commit c8ef3fd

Please sign in to comment.