Skip to content

Commit fa26af2

Browse files
committed
oradb_manage_statspack: Bugfix for nonCDB setups
1 parent d02ce77 commit fa26af2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelogs/fragments/statspack.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- "oradb_manage_statspack: Bugfix for nonCDB setups ()"

roles/oradb_manage_statspack/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@
258258
- '"Installation of Statspack completed." in statspackcmd.stdout'
259259
when:
260260
- oracle_pdbs is defined
261+
- opdb.0.cdb is defined
261262
- opdb.0.state == 'present'
262263
- opdb.0.statspack is defined
263264
- opdb.0.statspack.state == 'present'

0 commit comments

Comments
 (0)