Browse Source

Don't reset os_firewall_use_firewalld if iptables is inactive during upgrade

Vadim Rutkovsky 6 năm trước cách đây
mục cha
commit
b5c946f0d9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'