Skip to content

Commit 18ee08f

Browse files
authored
Merge pull request #97 from ansiblebit/develop
6.22.4
2 parents 2e871e0 + 74c366f commit 18ee08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
with_first_found:
1212
- "{{ role_path }}/defaults/{{ ansible_os_family | lower }}-{{ ansible_distribution | lower }}.yml"
1313
- "{{ role_path }}/defaults/{{ ansible_os_family | lower }}.yml"
14+
when: oracle_java_use_defaults
1415
tags: [ installation ]
1516

1617
## run
@@ -35,7 +36,6 @@
3536
- "installation/{{ ansible_os_family | lower }}/{{ ansible_distribution | lower }}_{{ ansible_distribution_version | lower }}.yml"
3637
- "installation/{{ ansible_os_family | lower }}/{{ ansible_distribution | lower }}.yml"
3738
- "installation/{{ ansible_os_family | lower }}/main.yml"
38-
when: oracle_java_use_defaults
3939
tags: [ installation ]
4040

4141
- name: check host environment

0 commit comments

Comments
 (0)