reject¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Synopsis¶
- Filters a sequence of objects by applying a test to each object, and rejecting the objects with the test succeeding.¶
- This is the Jinja builtin filter plugin 'reject'.
- See: U(https://jinja.palletsprojects.com/en/stable/templates/#jinja-filters.reject)