fix unbound deply

This commit is contained in:
chris 2025-04-18 15:10:23 +02:00
parent e729acd68f
commit f9689ac665
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -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 }}"