10 lines
155 B
YAML
10 lines
155 B
YAML
|
---
|
||
|
|
||
|
- name: restart iptables
|
||
|
shell: sleep 2 && systemctl restart iptables
|
||
|
async: 1
|
||
|
poll: 0
|
||
|
ignore_errors: true
|
||
|
listen:
|
||
|
- "iptables_restart"
|