xoxys.iptables/handlers/main.yml
2018-07-06 23:18:11 +02:00

9 lines
154 B
YAML

---
- name: Restart iptables
shell: sleep 2 && systemctl restart iptables
async: 1
poll: 0
ignore_errors: true
listen:
- "iptables_restart"