From 79279fc445ced0289dda01c4c38867537595ea2f Mon Sep 17 00:00:00 2001 From: David R Newman Date: Thu, 29 Feb 2024 16:53:37 +0000 Subject: [PATCH] Moves /etc/dnsmasq.conf to /etc/dnsmasq.d/sown.conf --- roles/pxe/tasks/dnsmasq.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pxe/tasks/dnsmasq.yml b/roles/pxe/tasks/dnsmasq.yml index 60538d4..2adf9f1 100644 --- a/roles/pxe/tasks/dnsmasq.yml +++ b/roles/pxe/tasks/dnsmasq.yml @@ -6,7 +6,7 @@ - name: Configure dnsmasq template: src: dnsmasq.conf.j2 - dest: /etc/dnsmasq.conf + dest: /etc/dnsmasq.d/sown.conf mode: "644" notify: - Reload dnsmasq