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 21bd1f7 commit 8b8569eCopy full SHA for 8b8569e
roles/oraswgi-install/tasks/19.3.0.0.yml
@@ -20,7 +20,7 @@
20
become_user: "{{ grid_install_user }}"
21
tags:
22
- oragridswunpack
23
- when: oracle_home_gi not in checkgiinstall.stdout and oracle_install_version_gi == item.version and not oracle_sw_copy and oracle_sw_unpack
+ when: oracle_home_gi not in checkgiinstall.stdout and oracle_install_version_gi == item.version and not oracle_sw_copy
24
25
# Check for an existing GRID_HOME before reinstallation of OPatch
26
- name: install-home-gi | Check for file GridSetup.sh
0 commit comments