From ef528c8aa46b3c3126fe08569a5b3c40982fc356 Mon Sep 17 00:00:00 2001 From: "Vincent F." Date: Tue, 13 May 2025 23:38:10 +0200 Subject: [PATCH] Use dns.labolyon.dn42 --- ansible/playbooks/dns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/playbooks/dns.yml b/ansible/playbooks/dns.yml index 0415111..6769385 100644 --- a/ansible/playbooks/dns.yml +++ b/ansible/playbooks/dns.yml @@ -2,7 +2,7 @@ # Playbook to set up the local DNS resolver - name: Install and configure the local DNS resolver - hosts: dns + hosts: dns.labolyon.dn42 become: yes roles: - dns-internal