Browse Source

reset roles need flush iptables:raw (#7426)

pull/7452/head
Samuel Liu 4 years ago
committed by GitHub
parent
commit
7f52c1d3a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/reset/tasks/main.yml

1
roles/reset/tasks/main.yml

@ -199,6 +199,7 @@
- filter
- nat
- mangle
- raw
when: flush_iptables|bool
tags:
- iptables

Loading…
Cancel
Save