Use enabling compatible with service changes
This commit is contained in:
parent
423df41568
commit
42561893f3
|
@ -27,4 +27,6 @@
|
||||||
- name: Enable and restart iptables
|
- name: Enable and restart iptables
|
||||||
systemd:
|
systemd:
|
||||||
name: netfilter-persistent
|
name: netfilter-persistent
|
||||||
|
enabled: yes
|
||||||
state: restarted
|
state: restarted
|
||||||
|
daemon_reload: yes
|
||||||
|
|
Reference in New Issue