Skip to content

Commit 67751f7

Browse files
committed
oraswgi_meta: Show oracle_install_option_gi during assert
1 parent ed13346 commit 67751f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roles/oraswgi_meta/tasks/assert.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
- 12.1.0.1
2525
block:
2626

27+
- name: Type of Installation
28+
ansible.builtin.debug:
29+
msg: "oracle_install_option_gi: {{ oracle_install_option_gi }}"
30+
2731
- name: Assert Variables for Restart/Grid Infrastructure Setup
2832
ansible.builtin.assert:
2933
quiet: true

0 commit comments

Comments
 (0)