Skip to content
Snippets Groups Projects
Commit 4a64092a authored by nimrod's avatar nimrod
Browse files

Correct syntax error (pre-commit should have cought that error, wierd).

parent 3c1d5a53
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@ tls_key: files/Ansible.vagrant/keys/directory
openldap_password: password
openldap_tls_cert: '{{ tls_cert_path }}'
openldap_tls_key: '{{ tls_key_path }}'
openldap_tls_ca_cert '{{ tls_ca_cert_path }}'
openldap_tls_ca_cert: '{{ tls_ca_cert_path }}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment