Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions library/juniper_junos_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,10 +698,12 @@
diff:
description:
- The configuration differences between the previous and new
configurations. The value is a single multi-line string in "diff" format.
configurations. The value is a dict that contains a single key named
"prepared". Value associated with that key is a single multi-line string
in "diff" format.
returned: when I(load) or I(rollback) is specified, I(diff) is C(true), and
I(return_output) is C(true).
type: str
type: dict
diff_lines:
description:
- The configuration differences between the previous and new
Expand Down