Skip to content

Commit b79cc9b

Browse files
talekRendanic
authored andcommitted
Make it possible to install Oracle 19.3 on RedHat 8
1 parent 326681b commit b79cc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/oraswdb_install/tasks/19.3.0.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 }}"

0 commit comments

Comments
 (0)