e888d8e5cd
ansible upstream recently added a filter using jmespath to allow for arbitrary querying of complex data structures. While reviewing that patch, it seemed quite flexible and lovely. It's also apparently also used in boto for similar reasons, so we're following a pretty well tested solution - and since it's now a depend on ansible, the extra depend shouldn't be too much of a burden for most folks. Change-Id: Ia4bf455f0e32f29a6fce79c71fecce7b0ed57ea5
5 lines
114 B
YAML
5 lines
114 B
YAML
---
|
|
features:
|
|
- All get and search functions can now take a jmespath expression in their
|
|
filters parameter.
|