Skip to content

Commit

Permalink
oraswgi_install
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Jun 16, 2024
1 parent 293018b commit facd982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/oraswgi_install/tasks/19.3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
var: rootother.stdout_lines
when: rootother.stdout_lines is defined

# @todo bug: ConfigTools should not depend on olr.loc...
- name: install_home_gi | Execute ConfigTools
ansible.builtin.command: "{{ oracle_home_gi }}/gridSetup.sh -executeConfigTools -responseFile {{ oracle_rsp_stage }}/{{ _oraswgi_install_oracle_grid_responsefile }} -silent"
environment: "{{ oracle_script_env }}"
Expand All @@ -316,5 +317,4 @@
when:
- run_configtoolallcommand
- _orasw_meta_primary_node | bool
ignore_errors: true
register: configtool

0 comments on commit facd982

Please sign in to comment.