Remove redundant vars line
This line was introduced by I65d8e66673f5372fe880680a035842ffcd775ac2 for centos-7 support, and should already be covered by the distribution_major_version line above. Change-Id: I8a2a93aa3ecbb01451e940b7e71e5ac5bf48b880
This commit is contained in:
parent
a23f92c9c7
commit
af3c839eb3
@ -22,7 +22,6 @@
|
||||
- "{{ ansible_facts['distribution'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}.yml"
|
||||
- "{{ ansible_facts['os_family'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}.yml"
|
||||
- "{{ ansible_facts['distribution'] | lower }}.yml"
|
||||
- "{{ ansible_facts['os_family'] | lower }}-{{ ansible_facts['distribution_version'].split('.')[0] }}.yml"
|
||||
- "{{ ansible_facts['os_family'] | lower }}.yml"
|
||||
paths:
|
||||
- "{{ role_path }}/vars"
|
||||
|
Loading…
x
Reference in New Issue
Block a user