summaryrefslogtreecommitdiffstats
path: root/roles/pihole
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pihole')
-rw-r--r--roles/pihole/templates/pihole.toml.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/pihole/templates/pihole.toml.j2 b/roles/pihole/templates/pihole.toml.j2
index a755040b..f78551fa 100644
--- a/roles/pihole/templates/pihole.toml.j2
+++ b/roles/pihole/templates/pihole.toml.j2
@@ -61,11 +61,11 @@ hosts = {{ pihole_dhcp_hosts | to_nice_json }}
[webserver]
{% if (pihole_domain is defined) and (pihole_domain != '') %}
-domain = {{ pihole_domain }}
+domain = "{{ pihole_domain }}"
{% endif %}
{% if (pihole_port is defined) and (pihole_port != '') %}
-port = "{{ pihole_port }}"
+port = "{{ pihole_port }}o"
[webserver.tls]
cert = ""
{% else %}