Bernd Finger

Results 118 comments of Bernd Finger

The discussion had not been continued after 03-Jan-2024, so I am closing this issue now and adding this topic to our backlog.

I tried to solve: ``` risky-shell-pipe: Shells that use pipes should set the pipefail option. tasks/RedHat/installation.yml:167 Task/Handler: Create a list of minimum required package versions to be installed ``` by...

The SAP note 2772999 still does not contain the package `compat-openssl10`.

Apparently, the demand for adding `compat-openssl10` to SAP note [2772999](https://me.sap.com/notes/2772999) is low. Moving this issue to backlog. Note: The package `compat-openssl11` is part of the required packages for RHEL 9...

I think we can even remove this issue from the backlog. If there is a demand for installing this package by default in RHEL 8, this issue could be reopened....

No update since 24-Oct-2023, and we had a massive code change to sap_swpm after https://github.com/sap-linuxlab/community.sap_install/pull/840.

> Does `ansible-playbook` exit with `0` or a non-zero exit code in that case? When using `ansible.builtin.include_role` and the role cannot be found, the return code of the `ansible-playbook` command...

See also https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_changelogs.html .

According to https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_changelogs.html, `CHANGELOG.rst` is created automatically from the file `changelogs/changelog.yaml`, so only the latter needs to be maintained. A description of the format of `changelogs/changelog.yml` can be found [here](https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelog.yaml-format.md)....