grlx.ingredients.group
The group ingredient handles group operations on sprouts.
group.absent
Removes a group
Parameters
parameter | type | required | description |
---|---|---|---|
name | string | no | The name of the group to remove |
group.absent:
- name: sproutgroup
group.exists
Validates if a group exists
Parameters
parameter | type | required | description |
---|---|---|---|
name | string | yes | The group name to check |
group.exists:
- name: sproutgroup
group.present
Creates a group if it does not exist
Parameters
parameter | type | required | description |
---|---|---|---|
name | string | yes | The name of the group to create |
gid | string | no | The GID of the group to create |
group.present:
- name: sproutgroup
- gid: "1107"