]> git.phdru.name Git - ansible.git/commitdiff
Fix(firewall): `iptables.sh` does its own restart
authorOleg Broytman <phd@phdru.name>
Sat, 26 Mar 2022 16:21:26 +0000 (19:21 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 26 Mar 2022 19:33:20 +0000 (22:33 +0300)
playbooks/roles/debian/firewall/handlers/main.yml

index 8610dd8dec5f2a795c212497f84965b805c93019..2c7961040ce7a4300cf88757bf5552915808a8a6 100644 (file)
@@ -2,4 +2,4 @@
   become: true
   service:
     name: iptables.sh
-    state: restarted
+    state: started