Skip to content

Commit a183689

Browse files
committed
fix variable of major version
1 parent 192d292 commit a183689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
include_vars: "{{ item }}"
44
with_first_found:
55
- "{{ ansible_distribution | lower }}-{{ ansible_distribution_version | lower }}.yml"
6-
- "{{ ansible_distribution | lower }}-{{ ansible_distribution_majar_version | lower }}.yml"
7-
- "{{ ansible_os_family | lower }}-{{ ansible_distribution_majar_version | lower }}.yml"
6+
- "{{ ansible_distribution | lower }}-{{ ansible_distribution_major_version | lower }}.yml"
7+
- "{{ ansible_os_family | lower }}-{{ ansible_distribution_major_version | lower }}.yml"
88
- "{{ ansible_distribution_file_variety | lower }}.yml"
99
- "{{ ansible_distribution | lower }}.yml"
1010
- "{{ ansible_os_family | lower }}.yml"

0 commit comments

Comments
 (0)