From: Oleg Broytman Date: Sat, 26 Mar 2022 16:21:26 +0000 (+0300) Subject: Fix(firewall): `iptables.sh` does its own restart X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=179d21923e6550ae31b7c6e36a562ba5b4b88cd9 Fix(firewall): `iptables.sh` does its own restart --- 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