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

This commit is contained in:
Zuul 2018-08-13 11:50:00 +00:00 committed by Gerrit Code Review
commit fd19574928
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