Skip to content

Commit 729429d

Browse files
committed
oraswgi-install: Do not patch by default (apply_patches_gi: False)
1 parent fb6ce38 commit 729429d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/oraswgi-install/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
oracle_install_option_gi: "{% if configure_cluster %}CRS_CONFIG{% else %}HA_CONFIG{% endif %}"
8888
oracle_install_version_gi: 12.2.0.1
8989
patch_before_rootsh: False
90-
apply_patches_gi: True
91-
90+
apply_patches_gi: False
91+
9292
#oracle_asm_storage_option: LOCAL_ASM_STORAGE # LOCAL_ASM_STORAGE | FLEX_ASM_STORAGE
9393
oracle_asm_storage_option: "{% if '12.2' in oracle_install_version_gi %}FLEX_ASM_STORAGE{% else %}LOCAL_ASM_STORAGE{% endif %}"
9494
configure_cluster: false

0 commit comments

Comments
 (0)