Skip to content

Commit

Permalink
Merge pull request #97 from ansiblebit/develop
Browse files Browse the repository at this point in the history
6.22.4
  • Loading branch information
steenzout authored Sep 22, 2018
2 parents 2e871e0 + 74c366f commit 18ee08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
with_first_found:
- "{{ role_path }}/defaults/{{ ansible_os_family | lower }}-{{ ansible_distribution | lower }}.yml"
- "{{ role_path }}/defaults/{{ ansible_os_family | lower }}.yml"
when: oracle_java_use_defaults
tags: [ installation ]

## run
Expand All @@ -35,7 +36,6 @@
- "installation/{{ ansible_os_family | lower }}/{{ ansible_distribution | lower }}_{{ ansible_distribution_version | lower }}.yml"
- "installation/{{ ansible_os_family | lower }}/{{ ansible_distribution | lower }}.yml"
- "installation/{{ ansible_os_family | lower }}/main.yml"
when: oracle_java_use_defaults
tags: [ installation ]

- name: check host environment
Expand Down

0 comments on commit 18ee08f

Please sign in to comment.