summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorFelix Frank <Felix.Frank@Alumni.TU-Berlin.de>2016-12-21 09:32:25 +0100
committerBrian Coca <bcoca@users.noreply.github.com>2016-12-21 09:50:54 -0500
commita999452b689a918caa0fc266d001846d3197620c (patch)
tree1f835e952e41968e1f443809ca75ccb6a0732b87 /docsite
parent3691c784d25c173f0967f536c52ee0c15922948d (diff)
downloadansible-a999452b689a918caa0fc266d001846d3197620c.tar.gz
add minimum version for the json_query filter
The documentation did not at all specify that the `json_query` filter was not available in earlier versions.
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.