File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
roles/oraswgi_manage_patches/tasks Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ bugfixes :
3+ - " oraswgi_manage_patches: roothas_prepatch.yml and roothas_postpatch.yml check wrong directory to determine if GI is locked/unlocked (oravirt#530)"
Original file line number Diff line number Diff line change 11---
2- - name : roothas_postpatch | Get owner of ORACLE_HOME/bin
2+ - name : roothas_postpatch | Get owner of ORACLE_HOME
33 ansible.builtin.stat :
4- path : " {{ oracle_home_gi }}/bin "
4+ path : " {{ oracle_home_gi }}"
55 become : true
66 become_user : " {{ _grid_install_user }}"
77 register : oraclehomegi_stat
Original file line number Diff line number Diff line change 11---
2- - name : roothas_postpatch | Get owner of ORACLE_HOME/bin
2+ - name : roothas_prepatch | Get owner of ORACLE_HOME
33 ansible.builtin.stat :
4- path : " {{ oracle_home_gi }}/bin "
4+ path : " {{ oracle_home_gi }}"
55 become : true
66 become_user : " {{ _grid_install_user }}"
77 register : oraclehomegi_stat
2222 ansible.builtin.debug :
2323 var : roothasprepatchres.stdout_lines
2424
25- - name : roothas_postpatch | Check for running Stack # noqa no-changed-when
25+ - name : roothas_prepatch | Check for running Stack # noqa no-changed-when
2626 ansible.builtin.command : >-
2727 {{ oracle_home_gi }}/bin/crsctl
2828 check
You can’t perform that action at this time.
0 commit comments