mirror of
https://github.com/gogrlx/docs.grlx.dev.git
synced 2026-04-02 11:18:58 -07:00
Update groups.md
This commit is contained in:
@@ -31,9 +31,9 @@ Creates a group if it does not exist
|
||||
| parameter | type | required | description |
|
||||
|-----------|------|----------|-------------|
|
||||
| _name_ | string | yes | The name of the group to create
|
||||
| _gid_ | int | no | The GID of the group to create
|
||||
| _gid_ | string | no | The GID of the group to create
|
||||
```yaml
|
||||
group.present:
|
||||
- name: sprout-group
|
||||
- gid: 1000
|
||||
- gid: "1107"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user