-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge dev to main for release 1.2.1 #311
Conversation
sap_install_media_detect and sap_swpm: minor patches
sap_netweaver_preconfigure: Solve issue #304
Solve issue 306 (avoid the `nobest` parameter in the `dnf` module)
Collection: Prepare for v1.2.1
ansible.builtin.debug: | ||
msg: "INFO: Not checking for link {{ sap_netweaver_preconfigure_rpath }}/libstdc++.so.6 - file /opt/rh/SAP/lib64/compat-sap-c++-10.so does not exist on this system." | ||
when: not __sap_netweaver_preconfigure_register_stat_compat_sap_cpp.stat.exists | ||
|
||
- name: Get info about file "{{ sap_netweaver_preconfigure_rpath }}/libstdc++.so.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggesting improvement:
Use quotes around the entire task name, do not start in the middle of the name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed for the fixing changes, not the underlying logic of the tasks in the roles.
sap_netweaver_preconfigure: Surround absolute file names with single quotes
No description provided.