slapd: mise au point

This commit is contained in:
2019-11-24 17:16:26 +01:00
parent ed6477a16d
commit bd32f2f6c8

View File

@@ -122,15 +122,6 @@
- name: configure ssl
tags: ssl
block:
- name: ensure certificate and key files have correct permissions
file:
path: "{{ item }}"
group: ldap
mode: 0640
loop:
- "{{ ldap_ssl_cert_path }}"
- "{{ ldap_ssl_key_path }}"
- "{{ ldap_ssl_cacert_path }}"
- name: send ldif file
template: