Remove redundant vars line

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

Change-Id: I3d54f093df0ca6113c60d8ceaf6ef278b336ed1f
This commit is contained in:
Erik Berg 2022-09-14 12:38:37 +02:00
parent 36a2f02561
commit f933dace9f
1 changed files with 0 additions and 1 deletions

View File

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