Remove redundant vars line
This line snuck in with I5cc0b1bde814abb0a4afe1567b9b23230a57f275 probably to bring it in line with other OSA roles, but should already be covered by the distribution_major_version line above. Change-Id: I7f719b3fbd7e89ce96b84c9080049888aeda7ee6
This commit is contained in:
parent
c31bbc215c
commit
2aed05ce6c
@ -32,7 +32,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