Browse Source

Merge pull request #9880 from vrutkovs/upgrade-firewalld

Don't reset os_firewall_use_firewalld if iptables is inactive during upgrade
OpenShift Merge Robot 6 years ago
parent
commit
25719633b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/init.yml

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/init.yml

@@ -42,4 +42,4 @@
     set_fact:
       os_firewall_use_firewalld: false
     when:
-    - iptables_service.status.ActiveState != 'active'
+    - iptables_service.status.ActiveState == 'active'