openstack-ansible-plugins/releasenotes/notes/get_nested_filter-b89828586...

8 lines
255 B
YAML

---
features:
- The `get_nested` filter has been added, allowing for simplified
value lookups inside of nested dictionaries.
`ansible_local|get_nested('openstack_ansible.swift')`, for example,
will look 2 levels down and return the result.