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: Do not fail if sap_hana_install_common_master_password is not set. #788

Open berndfinger opened 4 months ago

berndfinger commented 4 months ago

See https://github.com/sap-linuxlab/community.sap_install/issues/787#issuecomment-2196565158.

berndfinger commented 4 months ago

We could either only set sap_hana_install_master_password if sap_hana_install_use_master_password is set to y, or set sap_hana_install_master_password to an empty string if sap_hana_install_common_master_password is not set.