Skip to content

Commit

Permalink
style: rename include variables task
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Feb 21, 2024
1 parent 9dd4431 commit c676e84
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
@@ -1,5 +1,5 @@
---
- name: 'Include OS-specific variables'
- name: 'Include OS-specific Java variables'
ansible.builtin.include_vars: '{{ distribution }}'
with_first_found:
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml'
Expand Down

0 comments on commit c676e84

Please sign in to comment.