Bring gather vars in line with other OSA roles

Change-Id: Ic1d3fc7089e80767ab59304642c8809d8a4e707f
This commit is contained in:
Jonathan Rosser 2018-07-27 21:44:19 +01:00
parent d935ef5b9c
commit c6044b15c1
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