You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sympa_logo_html_definition is present in sympa.conf.j2 so if the variable is unset ansible deploiment failed
i fix it with this in the jinja 2
{% if sympa_logo_html_definition is defined %}
logo_html_definition {{ sympa_logo_html_definition }}
{% endif %}
The text was updated successfully, but these errors were encountered:
sympa_logo_html_definition is present in sympa.conf.j2 so if the variable is unset ansible deploiment failed
i fix it with this in the jinja 2
{% if sympa_logo_html_definition is defined %}
logo_html_definition {{ sympa_logo_html_definition }}
{% endif %}
The text was updated successfully, but these errors were encountered: