Skip to content

Commit

Permalink
Merge pull request #132 from noonedeadpunk/ansible_distribution_version
Browse files Browse the repository at this point in the history
Use ansible_distribution_major_version in variables
  • Loading branch information
mattwillsher committed Sep 23, 2020
2 parents 6e9c4c1 + 065812b commit fb231de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
files:
- "{{ ansible_distribution }}_{{ ansible_distribution_lts_version }}.yml"
- "{{ ansible_distribution }}.yml"
- "{{ ansible_os_family }}_{{ ansible_distribution_version }}.yml"
- "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_os_family }}.yml"
- default.yml
paths:
Expand Down

0 comments on commit fb231de

Please sign in to comment.