Remove redundant vars line
This line was introduced by I21f84809c44ac4be0165fadfb8da67bbcbc9b05c for centos-7 support, and should already be covered by the distribution_major_version line above. Change-Id: I5d5f84b84de35763024709212e0673607127e264
This commit is contained in:
parent
75d7ae9093
commit
13bf575d23
@ -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