Remove redundant vars line

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

Change-Id: Icf9258e9f7c37e7ae34f6924fae432f15487b260
This commit is contained in:
Erik Berg 2022-09-15 09:09:50 +02:00
parent b555c1b8c5
commit edbd5268d3
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,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"