File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
roles/oraswdb_install/tasks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11---
22- name : install_home_db | Install Oracle Database Server
3- ansible.builtin.command : " {{ oracle_home_db }}/runInstaller -responseFile {{ oracle_rsp_stage }}/{{ oracle_db_responsefile }} -ignorePrereq -silent -waitforcompletion {% if db_homes_config[dbh.home]['oracle_home_name'] is defined %}ORACLE_HOME_NAME={{ db_homes_config[dbh.home]['oracle_home_name'] }}{% endif %}"
3+ ansible.builtin.shell : " CV_ASSUME_DISTID=OL7 {{ oracle_home_db }}/runInstaller -responseFile {{ oracle_rsp_stage }}/{{ oracle_db_responsefile }} -ignorePrereq -silent -waitforcompletion {% if db_homes_config[dbh.home]['oracle_home_name'] is defined %}ORACLE_HOME_NAME={{ db_homes_config[dbh.home]['oracle_home_name'] }}{% endif %}"
44 become : true
55 become_user : " {{ oracle_user }}"
66 run_once : " {{ configure_cluster }}"
You can’t perform that action at this time.
0 commit comments