]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/debian/firewall/handlers/main.yml
Refactor: Move OS-specific roles under common `roles/`
[ansible.git] / playbooks / roles / debian / firewall / handlers / main.yml
diff --git a/playbooks/roles/debian/firewall/handlers/main.yml b/playbooks/roles/debian/firewall/handlers/main.yml
new file mode 100644 (file)
index 0000000..8610dd8
--- /dev/null
@@ -0,0 +1,5 @@
+- name: Restart firewall
+  become: true
+  service:
+    name: iptables.sh
+    state: restarted