From 9cc4d2f713235db6ca8bbbc3d1813ed41924051e Mon Sep 17 00:00:00 2001
From: Russell Teague <rteague@redhat.com>
Date: Thu, 6 Apr 2017 10:22:16 -0400
Subject: Switch from ignoring to passing on checks

---
 playbooks/common/openshift-cluster/upgrades/init.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'playbooks/common/openshift-cluster')

diff --git a/playbooks/common/openshift-cluster/upgrades/init.yml b/playbooks/common/openshift-cluster/upgrades/init.yml
index bcbc4ee02..01d151eb9 100644
--- a/playbooks/common/openshift-cluster/upgrades/init.yml
+++ b/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
-- 
cgit v1.2.3