Skip to main content

none

Assert that no elements in an array satisfy the condition.


Examples

Ensure no X11-related packages are installed:

packages.none(name == /^x(org|server|11)/i)