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:
parent
5b3385240a
commit
09af2093f5
1 changed files with 2 additions and 2 deletions
|
|
@ -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": ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue