blob: 13b765b30546f20a0a9e9bd0bc44beca8a8a1804 [file] [log] [blame]
---
# interface-config/handlers/main.yml
# the next handler may need to change in 16.04 as iptables-persistent was split
# and may need 'netfilter-persistent' installed as well
- name: iptables-save
shell: iptables-save | grep -vi docker > /etc/iptables/rules.v4
tags:
- skip_ansible_lint