Remove redundant vars line
This line snuck in with I636e89ba06e513a559a51b1086d8cb6885ecb3e4 probably to bring it in line with other OSA roles, but should already be covered by the distribution_major_version line above. Change-Id: I8bba19390e83fdf80255ca1fd41c1a6c9541b67f
This commit is contained in:
parent
9847bf2f59
commit
908a377b2b
@ -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…
Reference in New Issue
Block a user