1
0
Fork 0
forked from infra/ansible

bodhi / backend: quote tokens in sokpeo auth file

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-05-06 11:06:54 -07:00
commit 09af2093f5

View file

@ -2,9 +2,9 @@
"auths": {
"quay.io": {
{% if env == 'staging' %}
"auth": {{ bodhi2_quayio_auth_stg }},
"auth": "{{ bodhi2_quayio_auth_stg }}",
{% else %}
"auth": {{ bodhi2_quayio_auth }},
"auth": "{{ bodhi2_quayio_auth }}",
{% endif %}
"email": ""
}