Remove redundant vars line
This line snuck in with I4d4a51ca805857d56f108c3717beaa5648f86ccb probably to bring it in line with other OSA roles, but should already be covered by the distribution_major_version line above. Change-Id: Ifcf3506cc8b4da41c5cca29b53955c5153a18cc3
This commit is contained in:
parent
1906bd37ec
commit
356db62780
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user