diff --git a/roles/pdc/backend/templates/fedora.json b/roles/pdc/backend/templates/fedora.json index 83171f58db..f61ba3dd39 100644 --- a/roles/pdc/backend/templates/fedora.json +++ b/roles/pdc/backend/templates/fedora.json @@ -8,7 +8,7 @@ "token": "{{pdc_updater_api_token_stg }}" {% else %} "host": "https://pdc.fedoraproject.org/rest_api/v1/", - 'token': '{{pdc_updater_api_token_prod }}' + "token": "{{pdc_updater_api_token_prod }}" {% endif %} } }