fix(security): flush handlers immediately after modifying firewall rules

This commit is contained in:
NaeiKinDus 2024-01-21 00:00:00 +00:00
parent 779f2766f2
commit b7a09296bc
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -68,3 +68,6 @@
dest: "/etc/nftables.d/{{ (item.split('/') | last)[:-3] }}"
mode: '0600'
loop: "{{ q('fileglob', '../templates/system/nftables.d/*.j2') }}"
- name: flush handlers
ansible.builtin.meta: flush_handlers