Browse Source

Install iptables, iptables-services when not is_aotmic

Scott Dodson 9 years ago
parent
commit
f8bac90b44
1 changed files with 1 additions and 1 deletions
  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