Restart nftables before running installer
This commit is contained in:
parent
58d2528c40
commit
931325f409
1 changed files with 6 additions and 1 deletions
|
|
@ -7,7 +7,12 @@
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
loop:
|
loop:
|
||||||
- { src: 'templates/nftables.j2', dest: '/etc/nftables.conf' }
|
- { 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
|
- name: create sites directory
|
||||||
file:
|
file:
|
||||||
|
|
|
||||||
Reference in a new issue