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_install_media_detect: Not all files in non-extract subdirectories are detected for moving back files to the top level #774

Closed berndfinger closed 4 months ago

berndfinger commented 4 months ago

The current list of subdirectories searched for files to be moved back are: sap_hana sap_swpm sap_swpm_download_basket

However, there are more possible subdirectories: sapase sapmaxdb oracledb ibmdb2 sap_export_nwas_java sap_export_ecc sap_export_nwas_abap sap_export_solman_java sap_export_ecc_ides

Files in those directories also have to be found and moved back to achieve idempotency of the role.

berndfinger commented 4 months ago

Solved in #773.