]> git.phdru.name Git - ansible.git/blobdiff - playbooks/redhat/roles/firewall/handlers/main.yml
Feat(firewall): Use handler instead of condition
[ansible.git] / playbooks / redhat / roles / firewall / handlers / main.yml
diff --git a/playbooks/redhat/roles/firewall/handlers/main.yml b/playbooks/redhat/roles/firewall/handlers/main.yml
new file mode 100644 (file)
index 0000000..8eac456
--- /dev/null
@@ -0,0 +1,3 @@
+- name: Restart firewall
+  become: true
+  command: /etc/rc.d/init.d/iptables.sh start