mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user