Use enabling compatible with service changes

This commit is contained in:
Alex 2020-04-17 17:32:45 +02:00
parent 423df41568
commit 42561893f3
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 0 deletions

View File

@ -27,4 +27,6 @@
- name: Enable and restart iptables
systemd:
name: netfilter-persistent
enabled: yes
state: restarted
daemon_reload: yes