Skip to content

Commit

Permalink
bugfix: group_secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanux committed May 5, 2023
1 parent 4e2cb7f commit 6a4128b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/baserole/tasks/user-manage-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
ansible.builtin.user:
name: '{{ item.user }}'
group: '{{ item.group_primary | d(omit) }}'
groups: '{{ item.group_additional | d(omit) }}'
groups: '{{ item.group_secondary | d(omit) }}'
append: '{{ item.group_append_group | d(omit) }}'
home: '{{ item.home | d(omit) }}'
uid: '{{ item.uid | d(omit) }}'
Expand Down

0 comments on commit 6a4128b

Please sign in to comment.