瀏覽代碼

Install iptables, iptables-services when not is_aotmic

Scott Dodson 9 年之前
父節點
當前提交
f8bac90b44
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/os_firewall/tasks/firewall/iptables.yml

+ 1 - 1
roles/os_firewall/tasks/firewall/iptables.yml

@@ -5,7 +5,7 @@
   - iptables
   - iptables-services
   register: install_result
-  when: not openshift.common.is_containerized | bool
+  when: not openshift.common.is_atomic | bool
 
 - name: Check if firewalld is installed
   command: rpm -q firewalld