From f9689ac66590a3c0b22781e31163c4d30b3881cd Mon Sep 17 00:00:00 2001 From: c6ristian Date: Fri, 18 Apr 2025 15:10:23 +0200 Subject: [PATCH] fix unbound deply --- deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.yaml b/deploy.yaml index 5fdcbe9..8ae7ea7 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -24,8 +24,9 @@ - name: Deploy Unbound DNS hosts: resolv-dns + become: true tasks: - - name: deploy kea dhcp server config + - name: deploy unbound server config ansible.builtin.copy: src: "resources/resolv-dns/files/unbound.conf.d/{{ item }}" dest: "/etc/unbound/unbound.conf.d/{{ item }}"