Remove redundant vars line
This line snuck in with I526486a8644a8d2065a720657603ddff3c6bdaec probably to bring it in line with other OSA roles, but should already be covered by the distribution_major_version line above. Change-Id: I3f95b19e0f28cae50b07aa923bb46037d233b5d3 Signed-off-by: Ebbex <openstack@slipsprogrammor.no>
This commit is contained in:
@@ -22,7 +22,6 @@
|
|||||||
- "{{ ansible_facts['distribution'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}.yml"
|
- "{{ 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['os_family'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}.yml"
|
||||||
- "{{ ansible_facts['distribution'] | 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"
|
- "{{ ansible_facts['os_family'] | lower }}.yml"
|
||||||
paths:
|
paths:
|
||||||
- "{{ role_path }}/vars"
|
- "{{ role_path }}/vars"
|
||||||
|
|||||||
Reference in New Issue
Block a user