Explorar o código

Install iptables, iptables-services when not is_aotmic

Scott Dodson %!s(int64=9) %!d(string=hai) anos
pai
achega
f8bac90b44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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