diff --git a/sap-preconfigure-69de334fecbce65506bbea15b1b9bcd643528352.patch b/sap-preconfigure-69de334fecbce65506bbea15b1b9bcd643528352.patch index daf8978..03b521d 100644 --- a/sap-preconfigure-69de334fecbce65506bbea15b1b9bcd643528352.patch +++ b/sap-preconfigure-69de334fecbce65506bbea15b1b9bcd643528352.patch @@ -17,7 +17,7 @@ index 7dbab15..096c993 100644 - name: "{{ sap_preconfigure_packagegroups }}" +# Note: We cannot use the package module here as this will do a default group install, +# which could lead to unwanted package upgrades. See bug 1983749. -+ command: yum install "{{ sap_preconfigure_packagegroups|join('')|quote }}" --skip-broken --exclude="kernel*" -y ++ command: yum install "{{ sap_preconfigure_packagegroups|join('')|quote }}" --nobest --exclude="kernel*" -y + args: + warn: false + register: __sap_preconfigure_register_yum_group_install