items¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Synopsis¶
- Return an iterator over the (key, value) items of a mapping.¶
- This is the Jinja builtin filter plugin 'items'.
- See: U(https://jinja.palletsprojects.com/en/stable/templates/#jinja-filters.items)