Explorar o código

Merge pull request #3871 from mtnbikenc/fix-iptables-check

Merged by openshift-bot
OpenShift Bot %!s(int64=8) %!d(string=hai) anos
pai
achega
94d3945e97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/init.yml

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

@@ -70,8 +70,8 @@
   tasks:
   - name: Check if iptables is running
     command: systemctl status iptables
-    ignore_errors: true
     changed_when: false
+    failed_when: false
     register: service_iptables_status
 
   - name: Set fact os_firewall_use_firewalld FALSE for iptables