Just use redhat.yaml for now
No point running difference variables for RedHat yet, there is no need. Change-Id: I6d1be04671d385d481e2e930b28e93e146cf5e0a Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
8ebb97e3e9
commit
547f392b6b
@ -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: "{{ zuul_task }}.yaml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user