Skip to content
Snippets Groups Projects
Commit 67d21ac5 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

allowing Certificate to be NOT defined

Former-commit-id: 94d0cdf9
parent 458ff3a6
No related branches found
No related tags found
1 merge request!313Mockldap without TLS enabled but capable
......@@ -11,6 +11,7 @@
become: true
become_user: root
ignore_errors: true
when: ldapCaCertFile is defined
- name: "Copy the CA cert"
copy: src={{ ldapCaCertSrc }} dest={{ ldapCaCertFile }} owner=root mode=644
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment