Selaa lähdekoodia

Install iptables, iptables-services when not is_aotmic

Scott Dodson 9 vuotta sitten
vanhempi
commit
f8bac90b44
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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