From f12e26a7817ed8f1c6a19beb213a6a50754f2da9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 21 Nov 2020 18:43:27 -0800 Subject: [PATCH] Sigh, toml syntax Signed-off-by: Adam Williamson --- roles/fedora_nightlies/templates/fedora_nightlies.toml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fedora_nightlies/templates/fedora_nightlies.toml.j2 b/roles/fedora_nightlies/templates/fedora_nightlies.toml.j2 index 573e950191..5eaed7143b 100644 --- a/roles/fedora_nightlies/templates/fedora_nightlies.toml.j2 +++ b/roles/fedora_nightlies/templates/fedora_nightlies.toml.j2 @@ -46,12 +46,12 @@ routing_keys = [{% for key in fedora_nightlies_amqp_routing_keys %}"{{ key }}",{ # JSON data file location. If not set, default # /var/lib/fedora_nightlies/nightlies.json will be used {% if fedora_nightlies_amqp_data_file is defined %} -datafile = {{ fedora_nightlies_amqp_data_file }} +datafile = "{{ fedora_nightlies_amqp_data_file }}" {% endif %} # HTML output file location. If not set, default # /var/www/fedora_nightlies/nightlies.html will be used {% if fedora_nightlies_amqp_html_file is defined %} -htmlfile = {{ fedora_nightlies_amqp_html_file }} +htmlfile = "{{ fedora_nightlies_amqp_html_file }}" {% endif %} [qos]