Skip to content

Commit 8b8569e

Browse files
committed
oraswgi-install: Removed oracle_sw_unpack from unarchive from remote
1 parent 21bd1f7 commit 8b8569e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/oraswgi-install/tasks/19.3.0.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
become_user: "{{ grid_install_user }}"
2121
tags:
2222
- 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
23+
when: oracle_home_gi not in checkgiinstall.stdout and oracle_install_version_gi == item.version and not oracle_sw_copy
2424

2525
# Check for an existing GRID_HOME before reinstallation of OPatch
2626
- name: install-home-gi | Check for file GridSetup.sh

0 commit comments

Comments
 (0)