Skip to content

Commit

Permalink
Merge pull request #501 from berndfinger/issue-497
Browse files Browse the repository at this point in the history
sap_hana_preconfigure: Add RHEL 8.8 kernel version
  • Loading branch information
berndfinger authored Nov 6, 2023
2 parents c06ece8 + 2d10a87 commit aa308d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/sap_hana_preconfigure/vars/RedHat_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,10 @@ __sap_hana_preconfigure_min_packages_8_7_x86_64:
__sap_hana_preconfigure_min_packages_8_7_ppc64le:

__sap_hana_preconfigure_min_packages_8_8_x86_64:
- [ 'kernel', '4.18.0-477.13.1.el8_8' ]

__sap_hana_preconfigure_min_packages_8_8_ppc64le:
- [ 'kernel', '4.18.0-477.13.1.el8_8' ]

__sap_hana_preconfigure_min_pkgs: "{{ lookup('vars', '__sap_hana_preconfigure_min_packages_' + ansible_distribution_version | string | replace(\".\", \"_\") + '_' + ansible_architecture) }}"

Expand Down

0 comments on commit aa308d0

Please sign in to comment.