We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e871e0 + 74c366f commit 18ee08fCopy full SHA for 18ee08f
tasks/main.yml
@@ -11,6 +11,7 @@
11
with_first_found:
12
- "{{ role_path }}/defaults/{{ ansible_os_family | lower }}-{{ ansible_distribution | lower }}.yml"
13
- "{{ role_path }}/defaults/{{ ansible_os_family | lower }}.yml"
14
+ when: oracle_java_use_defaults
15
tags: [ installation ]
16
17
## run
@@ -35,7 +36,6 @@
35
36
- "installation/{{ ansible_os_family | lower }}/{{ ansible_distribution | lower }}_{{ ansible_distribution_version | lower }}.yml"
37
- "installation/{{ ansible_os_family | lower }}/{{ ansible_distribution | lower }}.yml"
38
- "installation/{{ ansible_os_family | lower }}/main.yml"
- when: oracle_java_use_defaults
39
40
41
- name: check host environment
0 commit comments