Commit 53d4ad60 authored by nanahira's avatar nanahira

remove flush forward table

parent 91d7741f
......@@ -17,12 +17,6 @@
name: '*'
state: latest
when: ansible_os_family == 'RedHat' and ansible_distribution_major_version|int >= 8
- name: fixup iptables with qemu
become: true
iptables:
chain: FORWARD
flush: true
when: ansible_virtualization_role == 'host' and ansible_virtualization_type == "kvm"
- name: install a python alternate to prevent ansible problems
become: true
apt:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment