From 80d23ebfbb11abbd53152ac748554cd8d2361d4a Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sun, 28 Dec 2025 17:32:54 -0700 Subject: [PATCH] rectify naming --- ansible/roles/unbound/tasks/templates/unbound.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/unbound/tasks/templates/unbound.conf.j2 b/ansible/roles/unbound/tasks/templates/unbound.conf.j2 index f2506a8..6d6d57f 100644 --- a/ansible/roles/unbound/tasks/templates/unbound.conf.j2 +++ b/ansible/roles/unbound/tasks/templates/unbound.conf.j2 @@ -617,7 +617,7 @@ server: {% for domain in private_domains %} private-domain: "{{ domain }}" {% for record in domain['records'] %} - local-data: {{ record['name'] }} {{ record['type'] }} {{ record['ip'] }} + local-data: {{ record['name'] }} {{ record['type'] }} {{ record['value'] }} {% endfor %} {% endfor %} private-domain: "home.jthan.io"