Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sympa_logo_html_definition is needed if its unsed ansible failed #25

Open
yodatak opened this issue Mar 18, 2022 · 0 comments
Open

sympa_logo_html_definition is needed if its unsed ansible failed #25

yodatak opened this issue Mar 18, 2022 · 0 comments

Comments

@yodatak
Copy link

yodatak commented Mar 18, 2022

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 %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant