소스 검색

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