Remove useless whitespace.

This commit is contained in:
Jeremy Gardais 2017-09-18 15:51:09 +02:00
parent 9b55e524d3
commit c977c4ee4a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
content: |
[domain/{{ sssd_domain }}]
#ldap_default_authtok = password for {{ sssd_bind_dn }} after END BLOCK
{% if sssd_bind_password %} ldap_default_authtok = {{ sssd_bind_password }}{% endif %}
{% if sssd_bind_password %}ldap_default_authtok = {{ sssd_bind_password }}{% endif %}
when: sssd_conf_manage
notify:
- restart sssd