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

allowing Certificate to be NOT defined

parent a530fba0
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
become: true become: true
become_user: root become_user: root
ignore_errors: true ignore_errors: true
when: ldapCaCertFile is defined
- name: "Copy the CA cert" - name: "Copy the CA cert"
copy: src={{ ldapCaCertSrc }} dest={{ ldapCaCertFile }} owner=root mode=644 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