From a999452b689a918caa0fc266d001846d3197620c Mon Sep 17 00:00:00 2001 From: Felix Frank Date: Wed, 21 Dec 2016 09:32:25 +0100 Subject: [PATCH] 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. --- docsite/rst/playbooks_filters.rst | 1 + 1 file changed, 1 insertion(+) 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.