Related: #2002286, correct patch

This commit is contained in:
Than Ngo 2021-09-28 13:55:21 +02:00
parent 72316d9071
commit c338955d01

View File

@ -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