Remove redundant vars line
This line snuck in with I097989555a5bd3c84a8cbe992ee64f1a3dd956c9 probably to bring it in line with other OSA roles, but should already be covered by the distribution_major_version line above. Change-Id: Ib4a369bb27e5e0fce47ddb955dab951e6871319a
This commit is contained in:
parent
b4161545b3
commit
b7b167aea0
@ -22,7 +22,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"
|
||||||
|
Loading…
Reference in New Issue
Block a user