Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 5caa06b

Browse files
authored
changed the parameter to install scripts
Changed the parameter to have the same value as being set by the database configuration script
1 parent f8bf325 commit 5caa06b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/ordsserver/tasks/config_ords.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
create: yes
3838

3939
- name: run jetty_ords script
40-
command: ./config_jetty_ords.sh {{ demo_db_password }} {{ demo_db_hostname }} {{ demo_database_service }} {{ ORDS_port}}
40+
command: ./config_jetty_ords.sh {{ demo_db_password }} {{ demo_database_hostname }} {{ demo_database_service }} {{ ORDS_port}}
4141
register: ords_result
4242

4343
- name: run install apex
44-
command: ./config_jetty_apex.sh {{ demo_db_password }} {{ demo_db_hostname }} {{ demo_database_service }} {{ ORDS_port}} 1
45-
register: apex_result
44+
command: ./config_jetty_apex.sh {{ demo_db_password }} {{ demo_database_hostname }} {{ demo_database_service }} {{ ORDS_port}} 1
45+
register: apex_result

0 commit comments

Comments
 (0)