Skip to content

Commit

Permalink
don't overwrite ldap's additional groups
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Dec 10, 2024
1 parent 78629d6 commit 0961c3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/ldaptoolbox-certificates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
ansible.builtin.user:
name: "{{ ldaptoolbox_openldap_configuration_owner }}"
groups: "{{ ldaptoolbox_openldap_sslgroup }}"
append: "yes"
state: present
when: ( ldaptoolbox_openldap_olcTLSCertificateFile is defined ) and ( ldaptoolbox_openldap_olcTLSCertificateFile )

Expand Down

0 comments on commit 0961c3e

Please sign in to comment.