소스 검색

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

Merged by openshift-bot
OpenShift Bot 8 년 전
부모
커밋
94d3945e97
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/init.yml

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

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