Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samh241 authored Feb 5, 2024
1 parent 40080fb commit a5dd009
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
include_vars: "{{ ansible_distribution | title }}-{{ ansible_distribution_version.split('.')[0] }}.yml"
when: ansible_os_family == 'Debian'

- name: Include version-specific variables for Amazon.
include_vars: "{{ ansible_distribution | title }}-{{ ansible_distribution_version.split('.')[0] }}.yml"
when: ansible_os_family == 'Amazon'

- name: Define java_packages.
set_fact:
java_packages: "{{ __java_packages | list }}"
Expand Down

0 comments on commit a5dd009

Please sign in to comment.