Remove redundant vars line

This line snuck in with If97b59759d8f89af371f8b0a4538402b1c3320c1
probably to bring it in line with other OSA roles, but should already
be covered by the distribution_major_version line above.

Change-Id: I6d48bf93be68d4fe89c9922c9b53beb6cea7ced5
This commit is contained in:
Erik Berg 2022-09-15 10:20:31 +02:00
parent 4d819ed0b6
commit caf936323f
1 changed files with 0 additions and 1 deletions

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"