From 0efa7a86efe021d89904f5fc3f1d54067a7e84bf Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 12 Jan 2017 15:52:48 +0000 Subject: [PATCH] I always forget how strict JSON is. --- roles/pdc/backend/templates/fedora.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} } }