community.sap_install
community.sap_install copied to clipboard
sap_hostagent: incorrect install status check
sap_hostagent SAR based installation checks for stdout of saphostexec but at least some versions (e.g., SAPHOSTAGENT54_54-80004825.SAR) use stderr, not stdout for installation time messages so the check does not work as intended.
@myllynen Can you please mention the role name and maybe also the location in the yml file where you found the wrong check?
I came across this with sap_hostagent but haven't checked other roles. See:
https://github.com/sap-linuxlab/community.sap_install/blob/main/roles/sap_hostagent/tasks/deploy_sar.yml#L24
Thanks.