X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Froles%2Fdebian%2Ffirewall%2Fhandlers%2Fmain.yaml;fp=playbooks%2Froles%2Fdebian%2Ffirewall%2Fhandlers%2Fmain.yaml;h=33594fd8902475f128a01db4e605456c0f9dedfd;hb=68c6d1968549ead2917de6323b5254317d1e9833;hp=2c7961040ce7a4300cf88757bf5552915808a8a6;hpb=f509888d5fadd49be1a8c6a3e605d9ffc07b20d1;p=ansible.git diff --git a/playbooks/roles/debian/firewall/handlers/main.yaml b/playbooks/roles/debian/firewall/handlers/main.yaml index 2c79610..33594fd 100644 --- a/playbooks/roles/debian/firewall/handlers/main.yaml +++ b/playbooks/roles/debian/firewall/handlers/main.yaml @@ -1,5 +1,5 @@ - name: Restart firewall become: true service: - name: iptables.sh + name: nftables.sh state: started