From 42561893f32b7c9cfcdcaacb50202badb4207b58 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Apr 2020 17:32:45 +0200 Subject: [PATCH] Use enabling compatible with service changes --- handlers/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handlers/main.yml b/handlers/main.yml index 24caa2d..959eb4a 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -27,4 +27,6 @@ - name: Enable and restart iptables systemd: name: netfilter-persistent + enabled: yes state: restarted + daemon_reload: yes