File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 name : dnsmasq
99 state : restarted
1010
11- - name : reload nftables
11+ - name : restart nftables
1212 ansible.builtin.service :
1313 name : nftables
14- state : restart
14+ state : restarted
Original file line number Diff line number Diff line change 3939 ansible.builtin.template :
4040 src : firewall.nft.j2
4141 dest : /etc/nftables.d/firewall.nft
42- notify : reload nftables
42+ notify : restart nftables
Original file line number Diff line number Diff line change 1- - name : reload nftables
1+ - name : restart nftables
22 ansible.builtin.service :
33 name : nftables
4- state : reloaded
4+ state : restarted
Original file line number Diff line number Diff line change 1717 ansible.builtin.lineinfile :
1818 path : /etc/nftables.conf
1919 line : include "/etc/nftables.d/*"
20- notify : reload nftables
20+ notify : restart nftables
2121
2222- name : Enable rule loading
2323 ansible.builtin.service :
You can’t perform that action at this time.
0 commit comments