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:
parent
40f1e5036f
commit
b006d7a09f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user