We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef06363 commit 80c964fCopy full SHA for 80c964f
roles/sap_swpm/tasks/post_install.yml
@@ -46,7 +46,7 @@
46
/usr/sap/{{ sap_swpm_sid }}/hdbclient/hdbuserstore \
47
SET DEFAULT \
48
{{ sap_swpm_db_host }}:3{{ sap_swpm_db_instance_nr }}13@{{ sap_swpm_db_sid }} \
49
- {{ sap_swpm_db_schema_abap }} '{{ sap_swpm_db_system_password }}'
+ {{ sap_swpm_db_schema_abap }} '{{ sap_swpm_db_schema_abap_password }}'
50
args:
51
executable: /bin/bash
52
become: true
0 commit comments