From e11720ab7511e32c8e9e62b94f6578703eac6c42 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 7 Oct 2021 14:36:44 +0200 Subject: openldap: fix --- roles/openldap/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles') diff --git a/roles/openldap/tasks/main.yml b/roles/openldap/tasks/main.yml index 90d4574..594e30e 100644 --- a/roles/openldap/tasks/main.yml +++ b/roles/openldap/tasks/main.yml @@ -98,8 +98,8 @@ {2}to * by users read by group/groupOfNames/member=cn=ldap_admin,ou=groups,{{ ldap.base }} manage - olcRootDN: '{{ ldap.root_dn }}' - olcRootPW: '{{ ldap.root_pw_hash }}' + olcRootDN: '{{ ldap.root_dn }}' + olcRootPW: '{{ ldap.root_pw_hash }}' state: exact become: yes -- cgit v1.2.3