Skip to content

Commit

Permalink
oraswdb_manage_patches: make role compatible with oraswgi_manage_patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Jun 16, 2024
1 parent 9c51de4 commit 5707406
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/oraswdb_manage_patches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- "oraswdb_manage_patches: make role compatible with oraswgi_manage_patches ()"
6 changes: 5 additions & 1 deletion roles/oraswdb_manage_patches/tasks/loop_opatch_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@
- name: loop_opatch_apply | Create destination folder for unarchive
ansible.builtin.file:
dest: "{{ __patch_unarchive_dir }}"
mode: 0755
mode: 0775
state: directory
owner: "{{ _grid_install_user }}"
group: "{{ oracle_group }}"
become: true
become_user: root

- name: loop_opatch_apply | Extract one-off patch files to patch base
ansible.builtin.unarchive:
Expand Down
2 changes: 1 addition & 1 deletion roles/oraswdb_manage_patches/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
path: "{{ oracle_stage }}/patches"
state: absent
become: true
become_user: "{{ oracle_user }}"
become_user: root
tags:
- molecule-idempotence-notest

Expand Down

0 comments on commit 5707406

Please sign in to comment.