1
0
Fork 0
forked from infra/ansible

copr-fe: oops, this needs to be in quotes

This commit is contained in:
Jakub Kadlcik 2026-04-20 15:10:52 +02:00
commit 6585e9506e

View file

@ -324,5 +324,5 @@ OIDC_METADATA = "https://id.stg.fedoraproject.org/openidc/.well-known/openid-con
{% if env == 'production' %}
SENTRY_DSN={{ copr_sentry_dsn }}
SENTRY_DSN="{{ copr_sentry_dsn }}"
{% endif %}