quoting variables to fix syntax errors

This commit is contained in:
Tim Flink 2015-11-17 21:17:36 +00:00
parent ca0a073cea
commit 09a8cbb4f0
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
openqa_workers: 4
openqa_hostname: openqa-stg01.qa.fedoraproject.org
openqa_key: {{ stg_openqa_apikey }}
openqa_secret: {{ stg_openqa_apisecret }}
openqa_key: "{{ stg_openqa_apikey }}"
openqa_secret: "{{ stg_openqa_apisecret }}"