.. _ansible.utils.fact_diff_module: *********************** ansible.utils.fact_diff *********************** **Find the difference between currently set facts** Version added: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- - Compare two facts or variables and get a diff. Parameters ---------- .. raw:: html
Key | Returned | Description |
---|---|---|
diff_lines
list
/ elements=string
|
always |
The diff_text split into lines.
|
diff_text
string
|
always |
The diff in text format.
|