mirror of
https://github.com/pigmonkey/spark.git
synced 2026-08-03 21:13:26 +00:00
allow setting user's group ID
This commit is contained in:
parent
1a485d95ba
commit
af2b70d9a9
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
user:
|
||||
name: pigmonkey
|
||||
uid: 1000
|
||||
gid: 1000
|
||||
group: pigmonkey
|
||||
shell: /usr/bin/zsh
|
||||
email: peter@havenaut.net
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
- name: Create user group
|
||||
group:
|
||||
name: "{{ user.group }}"
|
||||
gid: "{{ user.gid }}"
|
||||
state: present
|
||||
tags:
|
||||
- user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue