Change to var file search path

This commit is contained in:
Matt Willsher 2015-01-04 15:49:35 +00:00
parent 34f6056dfd
commit 583fda4981

View file

@ -2,8 +2,9 @@
- name: Role set up - name: Role set up
include_vars: "{{ item }}" include_vars: "{{ item }}"
with_first_found: with_first_found:
- "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml" - "{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_distribution }}.yml" - "{{ ansible_distribution }}.yml"
- "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_os_family }}.yml" - "{{ ansible_os_family }}.yml"
- default.yml - default.yml
tags: tags: