summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/playbooks_filters.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docsite/rst/playbooks_filters.rst b/docsite/rst/playbooks_filters.rst
index 316f9f8195..07d161ff96 100644
--- a/docsite/rst/playbooks_filters.rst
+++ b/docsite/rst/playbooks_filters.rst
@@ -219,6 +219,7 @@ Note that jinja2 already provides some like abs() and round().
JSON Query Filter
-----------------
+.. versionadded:: 2.2
Sometimes you end up with a complex data structure in JSON format and you need to extract only a small set of data within it. The **json_query** filter lets you query a complex JSON structure and iterate over it using a with_items structure.