ansible/changelogs/fragments/50909-min-max-attrs.yml
Evan Van Dam 3db08adbb1
Add optional attribute arg for min and max filters (#50909)
* Pass **kwargs to min and max filters

* Use the jinja2 filters if available

* Add unit tests

* Add examples to docs passing attribute
2020-10-05 10:40:37 -04:00

2 lines
95 B
YAML

minor_changes:
- Allow an attribute to be passed to the min and max filters with Jinja 2.10+