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"