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 b5b6b1e commit ca4cd95Copy full SHA for ca4cd95
tasks/main.yml
@@ -35,6 +35,7 @@
35
- "installation/{{ ansible_os_family | lower }}/{{ ansible_distribution | lower }}_{{ ansible_distribution_version | lower }}.yml"
36
- "installation/{{ ansible_os_family | lower }}/{{ ansible_distribution | lower }}.yml"
37
- "installation/{{ ansible_os_family | lower }}/main.yml"
38
+ when: oracle_java_use_defaults
39
tags: [ installation ]
40
41
- name: check host environment
0 commit comments