We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa526a2 commit 6c07113Copy full SHA for 6c07113
changelogs/fragments/orasw_meta.yml
@@ -0,0 +1,3 @@
1
+---
2
+bugfixes:
3
+ - "orasw_meta: empty oracle_databases broke orasw_download_patches (oravirt#480)"
roles/orahost_meta/tasks/main.yml
@@ -93,5 +93,7 @@
93
# Kernelsettings are not availible in molecule
94
- name: Calculate kernel.sem
95
ansible.builtin.include_tasks: calculate_kernel_semaphores.yml
96
+ when:
97
+ - oracle_databases | default([]) | length > 0
98
tags:
99
- molecule-notest
0 commit comments