Skip to content

Commit 675034f

Browse files
authored
Merge pull request #17 from thbar/patch-1
Allow to provide primary group for user
2 parents 69184e9 + ed91e23 commit 675034f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- name: generic-users | Make sure the users are present
1313
user:
1414
name: "{{ item.name }}"
15+
group: "{{ item.group | default(omit) }}"
1516
groups: "{{ ','.join(item.groups) }}"
1617
append: "{{ item.append | default(omit) }}"
1718
password: "{{ item.pass | default(omit) }}"

0 commit comments

Comments
 (0)