Skip to content

Commit

Permalink
Merge pull request sap-linuxlab#583 from berndfinger/issue-582
Browse files Browse the repository at this point in the history
sap_netweaver_preconfigure: Add missing "/" in task name
  • Loading branch information
sean-freeman authored Jan 10, 2024
2 parents cc9e20e + e46ef63 commit e320dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sap_netweaver_preconfigure/tasks/sapnote/3119751.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
mode: '0755'
when: __sap_netweaver_preconfigure_register_stat_compat_sap_cpp.stat.exists

- name: Create a link to '{{ sap_netweaver_preconfigure_rpath }}libstdc++.so.6'
- name: Create a link to '{{ sap_netweaver_preconfigure_rpath }}/libstdc++.so.6'
ansible.builtin.file:
src: /opt/rh/SAP/lib64/compat-sap-c++-10.so
dest: "{{ sap_netweaver_preconfigure_rpath }}/libstdc++.so.6"
Expand Down

0 comments on commit e320dd4

Please sign in to comment.