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:
parent
36a2f02561
commit
f933dace9f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user