Skip to content
Snippets Groups Projects
Commit 714994ca authored by mirwan's avatar mirwan Committed by Chad Swenson
Browse files

iptables: flush nat table as well as filter table upon reset (#2174)

* iptables: flush nat table as well as filter table upon reset

* Indentation fix
parent 08fe61e0
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,11 @@
- name: flush iptables
iptables:
table: "{{ item }}"
flush: yes
with_items:
- filter
- nat
when: flush_iptables|bool
tags:
- iptables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment