Remove redundant vars line

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

Change-Id: I5c5ce45f4a29ee1b003bc3453d5439718e3e9c9c
This commit is contained in:
Erik Berg 2022-09-15 11:14:21 +02:00
parent e6fea6f8ea
commit 2f6062d1b2
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"