diff --git a/collections/ansible_collections/nullified/infrastructure/roles/security/tasks/firewall.yml b/collections/ansible_collections/nullified/infrastructure/roles/security/tasks/firewall.yml index 4373220..203edbb 100644 --- a/collections/ansible_collections/nullified/infrastructure/roles/security/tasks/firewall.yml +++ b/collections/ansible_collections/nullified/infrastructure/roles/security/tasks/firewall.yml @@ -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