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