sort¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Synopsis¶
- Sort an iterable using Python's :func:sorted.¶
- This is the Jinja builtin filter plugin 'sort'.
- See: U(https://jinja.palletsprojects.com/en/stable/templates/#jinja-filters.sort)