Just use redhat.yaml for now

No point running difference variables for RedHat yet, there is no
need.

Change-Id: Ie2dfb605595076ed20ea376ac5fe88479fcbd106
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-12-08 16:07:16 -05:00
parent 40f1e5036f
commit b006d7a09f
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
when: ansible_os_family == 'Debian'
- name: Include OS-specific variables.
include_vars: "{{ ansible_distribution|lower }}-{{ ansible_distribution_major_version }}.yaml"
include_vars: "{{ ansible_os_family|lower }}.yaml"
when: ansible_os_family == 'RedHat'
- include: "{{ nodepool_task }}.yaml"