From 6d4f4f851612d154fde724e71c1e8014b3547802 Mon Sep 17 00:00:00 2001 From: rohitthakur2590 Date: Mon, 15 Jan 2024 17:32:02 +0530 Subject: [PATCH] update with retruned key Signed-off-by: rohitthakur2590 --- docs/arista.eos.eos_config_module.rst | 2 +- plugins/modules/eos_config.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/arista.eos.eos_config_module.rst b/docs/arista.eos.eos_config_module.rst index 83e4d737f..39285b781 100644 --- a/docs/arista.eos.eos_config_module.rst +++ b/docs/arista.eos.eos_config_module.rst @@ -516,7 +516,7 @@ Common return values are documented `here string - + when user opt for off-box-diff through context_diff option.
The diff between candidate and target config.

diff --git a/plugins/modules/eos_config.py b/plugins/modules/eos_config.py index 97dd1f710..5377db5c5 100644 --- a/plugins/modules/eos_config.py +++ b/plugins/modules/eos_config.py @@ -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: ''' ---