Blame SOURCES/sap-hana-preconfigure-#119-75a1940d0230c0fb2957426952c5308e08919c06.patch

015049
commit 75a1940d0230c0fb2957426952c5308e08919c06
015049
Author: Bernd Finger <bfinger@redhat.com>
015049
Date:   Mon Sep 21 10:32:34 2020 +0200
015049
015049
    solve issue #119
015049
015049
diff --git a/tasks/RedHat/installation.yml b/tasks/RedHat/installation.yml
015049
index 7796420..491c8ab 100644
015049
--- a/tasks/RedHat/installation.yml
015049
+++ b/tasks/RedHat/installation.yml
015049
@@ -64,6 +64,7 @@
015049
   yum:
015049
     name: "{{ sap_hana_preconfigure_ibm_power_repo_url }}"
015049
     state: present
015049
+    disable_gpg_check: True
015049
   when:
015049
     - ansible_architecture == "ppc64le"
015049
     - sap_hana_preconfigure_add_ibm_power_repo|d(true)