redhat-sap / sap-hana-deployment

Deploys SAP HANA on the given hosts
Apache License 2.0
13 stars 20 forks source link

Autodetect the file type of the SAP HANA installation bundle file #37

Closed berndfinger closed 1 year ago

berndfinger commented 2 years ago

and select the appropriate extract command or task. By this, we can simplify and limit the number of variables used for defining the SAP HANA bundle files. Sample code: __sap_hana_preconfigure_fact_hana_archive_file_type: '{{ sap_hana_deployment_bundle_file_name.split(".")[-1] }}'