Bring gather vars in line with other OSA roles

Change-Id: I3046953f3e27157914dbe1fefd78c7eb2ddddcf6
This commit is contained in:
Jonathan Rosser
2018-07-28 16:08:20 +01:00
parent 3ebffbd6ac
commit afcbbc5743

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