Restart nftables before running installer

This commit is contained in:
Sonny Bakker 2021-02-02 21:50:40 +01:00
parent 58d2528c40
commit 931325f409

View file

@ -7,7 +7,12 @@
mode: '0600'
loop:
- { src: 'templates/nftables.j2', dest: '/etc/nftables.conf' }
notify: restart nftables
- name: restart nftables
systemd:
name: nftables
state: restarted
enabled: true
- name: create sites directory
file: