Skip to content

Commit b07edfb

Browse files
committed
oraswgi-manage-patches: Bugfix (state=state=present)
1 parent ef974b2 commit b07edfb

File tree

1 file changed

+1
-1
lines changed
  • roles/oraswgi-manage-patches/tasks

1 file changed

+1
-1
lines changed

roles/oraswgi-manage-patches/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
conflict_check=True
8989
ocm_response_file={{ ocm_response_file | default(omit)}}
9090
output=verbose
91-
state=state={{ item.state }}
91+
state={{ item.state }}
9292
with_items:
9393
- "{{gi_patches[oracle_install_version_gi]['opatchauto']}}"
9494
#run_once: "{{ configure_cluster}}"

0 commit comments

Comments
 (0)