From 179d21923e6550ae31b7c6e36a562ba5b4b88cd9 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 26 Mar 2022 19:21:26 +0300 Subject: [PATCH] Fix(firewall): `iptables.sh` does its own restart --- playbooks/roles/debian/firewall/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/debian/firewall/handlers/main.yml b/playbooks/roles/debian/firewall/handlers/main.yml index 8610dd8..2c79610 100644 --- a/playbooks/roles/debian/firewall/handlers/main.yml +++ b/playbooks/roles/debian/firewall/handlers/main.yml @@ -2,4 +2,4 @@ become: true service: name: iptables.sh - state: restarted + state: started -- 2.39.2