Blame SOURCES/sap-hana-preconfigure-#99-d64615413b0bd7741bd6d8e06e5676be36a24c41.patch

015049
commit d64615413b0bd7741bd6d8e06e5676be36a24c41
015049
Author: Bernd Finger <bfinger@redhat.com>
015049
Date:   Fri Jun 19 20:10:41 2020 +0200
015049
015049
    Show also the install status of the IBM tools
015049
015049
diff --git a/tasks/RedHat/installation.yml b/tasks/RedHat/installation.yml
015049
index 9ba248c..fcacce6 100644
015049
--- a/tasks/RedHat/installation.yml
015049
+++ b/tasks/RedHat/installation.yml
015049
@@ -47,6 +47,7 @@
015049
   register: result
015049
   ignore_errors: True
015049
   changed_when: false
015049
+
015049
 - debug:
015049
     var: result.results
015049
 
015049
@@ -69,6 +70,18 @@
015049
     name: "{{ __sap_hana_preconfigure_required_ppc64le }}"
015049
   when: ansible_architecture == "ppc64le" 
015049
 
015049
+- name: Get status of installed IBM Tools
015049
+  yum:
015049
+    name: "{{ __sap_hana_preconfigure_required_ppc64le }}"
015049
+  register: ibm_result
015049
+  ignore_errors: True
015049
+  changed_when: false
015049
+  when: ansible_architecture == "ppc64le" 
015049
+
015049
+- debug:
015049
+    var: ibm_result.results
015049
+  when: ansible_architecture == "ppc64le" 
015049
+
015049
 - name: Ensure minimum packages are installed
015049
   block:
015049
   - name: Gather package facts