Skip to content

Commit 7a55ab6

Browse files
Fix redmine user group assignment to preserve external memberships from other roles like clamav
1 parent 8031e78 commit 7a55ab6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/redmine/tasks/account_instance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
home: '{{ redmine_home }}'
1919
group: '{{ redmine_group }}'
2020
groups: '{{ (redmine_instance.user_groups | default([])) + (["redis"] if active_with_redis else []) or omit }}'
21+
append: true
2122
comment: Redmine {{ redmine_user }}
2223
shell: '{{ "/usr/bin/zsh" if redmine_with_zsh else "/usr/bin/bash" }}'
2324

0 commit comments

Comments
 (0)