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.
2 parents bd93292 + 80c964f commit b153be1Copy full SHA for b153be1
roles/sap_swpm/tasks/post_install.yml
@@ -47,7 +47,7 @@
47
/usr/sap/{{ sap_swpm_sid }}/hdbclient/hdbuserstore \
48
SET DEFAULT \
49
{{ sap_swpm_db_host }}:3{{ sap_swpm_db_instance_nr }}13@{{ sap_swpm_db_sid }} \
50
- {{ sap_swpm_db_schema_abap }} '{{ sap_swpm_db_system_password }}'
+ {{ sap_swpm_db_schema_abap }} '{{ sap_swpm_db_schema_abap_password }}'
51
args:
52
executable: /bin/bash
53
become: true
0 commit comments