issuperset¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Added in version2.4.
Synopsis¶
- Validate if the first list is a super set (includes) the second list.
Parameters¶
| Parameter | Defaults / Choices | Comments |
|---|---|---|
| _input list / elements=raw required |
List. | |
| _subset list / elements=raw required |
List to test against. |
Examples¶
Return Values¶
| Key | Data Type | Description | Returned |
|---|---|---|---|
| _value | boolean | Returns V(True) if the specified list is a superset of the provided list, V(False) otherwise. |
Authors¶
- Ansible Core