strip spaces to avoid wrong indent
This commit is contained in:
parent
9df5f7f357
commit
226df614eb
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ xpack.notification.email:
|
|||
auth: {{ es_mail_config['require_auth'] }}
|
||||
host: {{ es_mail_config['host'] }}
|
||||
port: {{ es_mail_config['port'] }}
|
||||
{% if es_mail_config['require_auth'] == true %}
|
||||
{% if es_mail_config['require_auth'] == true -%}
|
||||
user: {{ es_mail_config['user'] }}
|
||||
password: {{ es_mail_config['pass'] }}
|
||||
{% endif %}
|
||||
{%- endif %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue