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.
1 parent 293018b commit facd982Copy full SHA for facd982
roles/oraswgi_install/tasks/19.3.0.0.yml
@@ -305,6 +305,7 @@
305
var: rootother.stdout_lines
306
when: rootother.stdout_lines is defined
307
308
+ # @todo bug: ConfigTools should not depend on olr.loc...
309
- name: install_home_gi | Execute ConfigTools
310
ansible.builtin.command: "{{ oracle_home_gi }}/gridSetup.sh -executeConfigTools -responseFile {{ oracle_rsp_stage }}/{{ _oraswgi_install_oracle_grid_responsefile }} -silent"
311
environment: "{{ oracle_script_env }}"
@@ -316,5 +317,4 @@
316
317
when:
318
- run_configtoolallcommand
319
- _orasw_meta_primary_node | bool
- ignore_errors: true
320
register: configtool
0 commit comments