fix: slapd config file ownership
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2021-02-04 23:14:26 +01:00
parent 213eab064d
commit 7e472b3858
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
src: "etc/openldap/slapd.conf.j2"
dest: "{{ ldap_proxy_base_dir }}/slapd.conf"
owner: root
group: root
group: ldap
mode: 0640
notify: __slapd_restart
@ -42,7 +42,7 @@
src: "etc/openldap/slapd.access.j2"
dest: "{{ ldap_proxy_acl_file }}"
owner: root
group: root
group: ldap
mode: 0640
notify: __slapd_restart
@ -51,7 +51,7 @@
src: "{{ item }}"
dest: "/etc/openldap/schema/{{ item | basename }}"
owner: root
group: root
group: ldap
mode: 0640
loop: "{{ ldap_proxy_custom_schemas }}"
notify: __slapd_restart