From f12e26a7817ed8f1c6a19beb213a6a50754f2da9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Nov 22 2020 02:43:27 +0000 Subject: Sigh, toml syntax Signed-off-by: Adam Williamson --- diff --git a/roles/fedora_nightlies/templates/fedora_nightlies.toml.j2 b/roles/fedora_nightlies/templates/fedora_nightlies.toml.j2 index 573e950..5eaed71 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]