fghaas / taiga-ansible

Ansible roles to deploy taiga.
GNU Affero General Public License v3.0
18 stars 14 forks source link

Jinja2 template injects spurious quote into LDAP_BIND_PASSWORD #10

Closed fghaas closed 6 years ago

fghaas commented 6 years ago
{% if taiga_ldap_bind_dn %}
 LDAP_BIND_DN = '{{ taiga_ldap_bind_dn }}'
 LDAP_BIND_PASSWORD = ''{{ taiga_ldap_bind_password }}'
{% endif %}

The extra single quote is obviously bogus (thanks @mablanco)