Ansible Filter json query
Jump to navigation
Jump to search
External
Internal
Overview
Use Cases
Selecting Individual Map Fields from a List of Maps
Produce a list:
"{{ find_result.files | json_query('[*].path') }}"
To apply a regular expression to each element of the list, see: