Commit c25dbb72 authored by nanahira's avatar nanahira

fix

parent 1feb0cf7
......@@ -9,6 +9,7 @@
shell: iptables --version | grep nf_tables
register: iptables_type_result
failed_when: iptables_type_result.rc > 1
changed_when: false
when: iptables_type == 'auto'
- name: use iptables-legacy
set_fact:
......
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