Merge "Bring gather vars in line with other OSA roles"

This commit is contained in:
Zuul 2018-09-27 04:19:10 +00:00 committed by Gerrit Code Review
commit b725f13b1f
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
- "{{ 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