blob: 13b765b30546f20a0a9e9bd0bc44beca8a8a1804 [file] [log] [blame]
Zack Williams6dc2d452017-12-20 17:50:49 -07001---
2# interface-config/handlers/main.yml
3
4# the next handler may need to change in 16.04 as iptables-persistent was split
5# and may need 'netfilter-persistent' installed as well
6- name: iptables-save
7 shell: iptables-save | grep -vi docker > /etc/iptables/rules.v4
8 tags:
9 - skip_ansible_lint
10