Bernd Finger
Bernd Finger
Also, an Ansible-only solution should limit the amount of output lines: When looping over a long /etc/hosts file, there will be many output lines, even when optimizing the output with...
Fixed in #737.
@marcelmamula Nice idea, thanks! I tested with a batch size of 100, a directory name of length 100, and several 1000 files with a 22 character file name. I would...
Solved in https://github.com/sap-linuxlab/community.sap_install/pull/735.
@rob0d @sean-freeman - According to the comments about `sap_install_media_detect_kernel_db` in `defaults/main.yml`, setting this parameter to the database type is only necessary if there is more than one SAPEXEDB file in...
@rob0d I agree: 'none' is better than 'absent', as the meaning of 'absent' in Ansible is typically to ensure that something is not available.
Solved in https://github.com/sap-linuxlab/community.sap_install/pull/732.
@GutiPerez Thanks for your suggestion, which makes sense to me. The purpose of the current code is to guarantee the following requirement mentioned in SAP note 2382421: `... it must...
@sean-freeman We can safely assume that the package python3-rpm is present on RHEL, because: - The [description of the module package_facts](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/package_facts_module.html) does not mention a specific requirement for RHEL or...
> @berndfinger In my opinion, it is safer to execute both as shell commands because [`package` Ansible Module in-line documentation is vague](https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/package.py#L45) with quote "Whatever is required for the package...