Consistency for multi-os in the includes
This makes the include_vars consistent accross all the openstack-ansible-.* repos. Change-Id: Ic8697f32b3156954217531402b5c095de351e584
This commit is contained in:
parent
f11bbc4f34
commit
e13f5a6e89
@ -35,8 +35,9 @@
|
||||
include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
- "{{ ansible_distribution | lower }}-{{ ansible_distribution_version | lower }}.yml"
|
||||
- "{{ ansible_distribution | lower }}-{{ ansible_distribution_major_version | lower }}.yml"
|
||||
- "{{ ansible_os_family | lower }}-{{ ansible_distribution_major_version | lower }}.yml"
|
||||
- "{{ ansible_distribution | lower }}.yml"
|
||||
- "{{ ansible_os_family | lower }}-{{ ansible_distribution_version.split('.')[0] }}.yml"
|
||||
- "{{ ansible_os_family | lower }}.yml"
|
||||
tags:
|
||||
- always
|
||||
|
Loading…
Reference in New Issue
Block a user