Files
2022-12-12 08:29:26 +01:00

9 lines
232 B
YAML

---
# Handler for the webtier: handlers are called by other plays.
# See http://docs.ansible.com/playbooks_intro.html for more information about handlers.
- name: restart iptables
service:
name: iptables
state: restarted