Skip to content

Commit dc128bd

Browse files
bartowlRendanic
authored andcommitted
add missing attributes collected by oradb_facts
1 parent ab223b5 commit dc128bd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-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_facts: add missing attributes collected by oracle_facts module (oravirt#375)"

roles/oradb_facts/tasks/db_facts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
_db_facts:
2323
- key: "{{ odb[0]['oracle_db_unique_name'] | default(odb[0]['oracle_db_name']) }}"
2424
value:
25+
version: "{{ ansible_facts['version'] }}"
2526
database: "{{ ansible_facts['database'] }}"
2627
instance: "{{ ansible_facts['instance'] }}"
28+
pdb: "{{ ansible_facts['pdb'] }}"
2729
parameter: "{{ ansible_facts['parameter'] }}"
2830
rac: "{{ ansible_facts['rac'] }}"
2931
redolog: "{{ ansible_facts['redolog'] }}"
3032
tablespace: "{{ ansible_facts['tablespace'] }}"
33+
temp_tablespace: "{{ ansible_facts['temp_tablespace'] }}"
3134
userenv: "{{ ansible_facts['userenv'] }}"
35+
option: "{{ ansible_facts['option'] }}"

0 commit comments

Comments
 (0)