diff --git a/LLDAP.yml b/LLDAP.yml index 3f35b83..9e2661a 100644 --- a/LLDAP.yml +++ b/LLDAP.yml @@ -5,7 +5,7 @@ community.docker.docker_compose_v2: project_src: "./LLDAP" docker_host: "tcp://{{ ansible_host }}:2376" - tls: true + #tls: true tls_hostname: "{{ ansible_host }}" validate_certs: true client_cert: "{{ lookup('env','TLS_CERT') }}"