Sfoglia il codice sorgente

Switch from ignoring to passing on checks

Russell Teague 8 anni fa
parent
commit
9cc4d2f713
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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