sap-linuxlab / community.sap_install

Automation for SAP - Collection of Ansible Roles for various SAP software installation
Apache License 2.0
53 stars 57 forks source link

sap_hana_install: Solve issue #788. #789

Open berndfinger opened 4 months ago

berndfinger commented 4 months ago

We do not want to fail the role in task Rename some variables used by hdblcm configfile if sap_hana_install_common_master_password is not set.

berndfinger commented 4 months ago

The proposed solution can lead to sap_hana_install_master_password being empty, which will lead to a failing SAP HANA installation. So we should better add one more check to handle this situation.