Commit c08ffe40 authored by nanahira's avatar nanahira

fix

parent b24b91a6
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
iptables: iptables:
chain: FORWARD chain: FORWARD
flush: true flush: true
when: ansible_virtualization_role == 'host' when: ansible_virtualization_role == 'host' and ansible_virtualization_type == "kvm"
- name: install a python alternate to prevent ansible problems - name: install a python alternate to prevent ansible problems
become: true become: true
apt: 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