From a54e6821a67b9179fb112e17d9417e231b6a4c05 Mon Sep 17 00:00:00 2001 From: Benjamin Graillot Date: Fri, 4 Nov 2022 21:43:49 +0100 Subject: [PATCH] [nftables] Remove unbound config file deployment --- roles/nftables/tasks/main.yml | 10 ---------- 1 file changed, 10 deletions(-) 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