Skip to content

Commit

Permalink
update with retruned key
Browse files Browse the repository at this point in the history
Signed-off-by: rohitthakur2590 <[email protected]>
  • Loading branch information
rohitthakur2590 committed Jan 15, 2024
1 parent ea5b00b commit 6d4f4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/arista.eos.eos_config_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
<span style="color: purple">string</span>
</div>
</td>
<td></td>
<td>when user opt for off-box-diff through context_diff option.</td>
<td>
<div>The diff between candidate and target config.</div>
<br/>
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/eos_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
sample: "22:28:34"
context_diff:
description: The diff between candidate and target config.
returned: when user opt for off-box-diff through context_diff option.
type: str
sample: '''
---
Expand Down

0 comments on commit 6d4f4f8

Please sign in to comment.