diff --git a/roles/nftables/tasks/main.yml b/roles/nftables/tasks/main.yml index 0bdc6f5d..8a5506a5 100644 --- a/roles/nftables/tasks/main.yml +++ b/roles/nftables/tasks/main.yml @@ -8,16 +8,6 @@ retries: 3 until: apt_result is succeeded -- name: Deploy the configuration files - template: - src: "{{ item }}" - dest: /etc/unbound/{{ item }} - owner: unbound - group: unbound - mode: 0600 - loop: - - unbound.conf - - name: Enable and start nftables systemd: name: nftables