Open berndfinger opened 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.
Rename some variables used by hdblcm configfile
sap_hana_install_common_master_password
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.
sap_hana_install_master_password
We do not want to fail the role in task
Rename some variables used by hdblcm configfile
ifsap_hana_install_common_master_password
is not set.