Remove redundant vars line

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

Change-Id: I7f719b3fbd7e89ce96b84c9080049888aeda7ee6
This commit is contained in:
Erik Berg 2022-09-14 14:11:37 +02:00 committed by Dmitriy Rabotyagov
parent c31bbc215c
commit 2aed05ce6c
1 changed files with 0 additions and 1 deletions

View File

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