diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-10-07 14:09:16 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-10-07 14:09:16 +0200 |
commit | 2a76dd293f048f06f002e81db7424c53ce72b093 (patch) | |
tree | 678eea3ac9197e6eb40ad2cbde5a773781700892 /roles | |
parent | 622841b421adc6210a8c62d6a1e663d376649934 (diff) | |
download | ansible_collection-2a76dd293f048f06f002e81db7424c53ce72b093.tar.gz |
openldap: fix yaml
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openldap/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openldap/tasks/main.yml b/roles/openldap/tasks/main.yml index 1e152ae..befa3e1 100644 --- a/roles/openldap/tasks/main.yml +++ b/roles/openldap/tasks/main.yml @@ -98,7 +98,7 @@ by users read by group/groupOfNames/member=cn=ldap_admin,ou=groups,{{ ldap.base }} manage olcRootDN: '{{ ldap.root_dn }}' - olcRootPW: '{{ ldap.root_pw_hash }}' + olcRootPW: '{{ ldap.root_pw_hash }}' state: exact become: yes |