Remove redundant vars line
This line snuck in with I41a360e6f99ecd0ca5e4c13888bff4f363d8bc33 probably to bring it in line with other OSA roles, but should already be covered by the distribution_major_version line above. Change-Id: Ic25f941542a4fe359aacd04a36b0cdc405849d91
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
- "{{ ansible_facts['distribution'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}.yml"
|
- "{{ 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['os_family'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}.yml"
|
||||||
- "{{ ansible_facts['distribution'] | 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"
|
- "{{ ansible_facts['os_family'] | lower }}.yml"
|
||||||
paths:
|
paths:
|
||||||
- "{{ role_path }}/vars"
|
- "{{ role_path }}/vars"
|
||||||
|
Reference in New Issue
Block a user