Remove redundant vars line

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

Change-Id: Ifa5d05a70988962e2bce8538204ddd3131ad6003
This commit is contained in:
Erik Berg 2022-09-15 10:10:40 +02:00
parent 0b35e65fd2
commit 028d3e5303
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
- "{{ ansible_facts['distribution'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}-host.yml"
- "{{ ansible_facts['os_family'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}-host.yml"
- "{{ ansible_facts['distribution'] | lower }}-host.yml"
- "{{ ansible_facts['os_family'] | lower }}-{{ ansible_facts['distribution_version'].split('.')[0] }}-host.yml"
- "{{ ansible_facts['os_family'] | lower }}-host.yml"
paths:
- "{{ role_path }}/vars"