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:
Erik Berg
2022-09-14 15:04:01 +02:00
committed by Ivan Anfimov
parent d62ab21a5e
commit dfc5a910e4

View File

@@ -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"