Skip to content

Commit 2be58e3

Browse files
committed
oradb_manage_redo: Disable role in RAC environments
1 parent 9116b99 commit 2be58e3

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
minor_changes:
3+
- "oradb_manage_redo: Disable role in RAC environments ()"

roles/oradb_manage_redo/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Manage redolog groups in Oracle
66

77
- [Requirements](#requirements)
88
- [Discovered Tags](#discovered-tags)
9+
- [Open Tasks](#open-tasks)
910
- [Dependencies](#dependencies)
1011
- [License](#license)
1112
- [Author](#author)
@@ -21,6 +22,9 @@ Manage redolog groups in Oracle
2122

2223
**_redolog_**
2324

25+
## Open Tasks
26+
27+
- (bug): Redologs could not be managed in RAC environments.
2428

2529
## Dependencies
2630

roles/oradb_manage_redo/tasks/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2+
# @todo bug: Redologs could not be managed in RAC environments.
23
- name: manage redologs
4+
when:
5+
- oracle_install_option_gi != 'CRS_CONFIG'
36
tags: redolog
47
block:
58

0 commit comments

Comments
 (0)