{{ ansible_managed | comment }}

{% if ota_engine_sendinblue_api_key is defined %}
SENDINBLUE_API_KEY={{ ota_engine_sendinblue_api_key }}
{% endif %}
{% if ota_engine_smtp_password is defined %}
SMTP_PASSWORD={{ ota_engine_smtp_password }}
{% endif %}
{% if ota_engine_github_token is defined %}
GITHUB_TOKEN={{ ota_engine_github_token }}
{% endif %}
