[nftables] Remove unbound config file deployment

main
_benjamin 2022-11-04 21:43:49 +01:00
parent c0c0a2c97b
commit a54e6821a6
1 changed files with 0 additions and 10 deletions

View File

@ -8,16 +8,6 @@
retries: 3 retries: 3
until: apt_result is succeeded 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 - name: Enable and start nftables
systemd: systemd:
name: nftables name: nftables