diff options
| author | Ralph Bean <rbean@redhat.com> | 2017-01-12 15:52:48 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2017-01-12 15:52:51 +0000 |
| commit | 0efa7a86efe021d89904f5fc3f1d54067a7e84bf (patch) | |
| tree | 069f7e88a5783281dd2ce1d728c3957084b1833b /roles | |
| parent | 0fc406658a002c7059d6e5654ad56fa25bf39c9e (diff) | |
| download | ansible-0efa7a86efe021d89904f5fc3f1d54067a7e84bf.tar.gz ansible-0efa7a86efe021d89904f5fc3f1d54067a7e84bf.tar.xz ansible-0efa7a86efe021d89904f5fc3f1d54067a7e84bf.zip | |
I always forget how strict JSON is.
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/pdc/backend/templates/fedora.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pdc/backend/templates/fedora.json b/roles/pdc/backend/templates/fedora.json index 83171f58d..f61ba3dd3 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 %} } } |
