Ansible Filter json query: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Ansible Filter =Overview= =Use Cases= ====Selecting Individual Map Fields from a List of Maps==== <syntaxhighlight lang='yaml'> "{{...")
 
Line 1: Line 1:
=Internal=
=Internal=
* [[Ansible Filter#json_query|Ansible Filter]]
* [[Ansible Filters#json_query|Ansible Filters]]
 
=Overview=
=Overview=



Revision as of 05:03, 5 July 2021

Internal

Overview

Use Cases

Selecting Individual Map Fields from a List of Maps

"{{ find_result.files | json_query('[*].path') }}"