11 lines
176 B
YAML
11 lines
176 B
YAML
---
|
|
|
|
- include: 'debian.yml'
|
|
when: ansible_os_family == 'Debian'
|
|
|
|
- include: 'redhat.yml'
|
|
when: ansible_os_family == 'RedHat'
|
|
|
|
- include: 'rvm.yml'
|
|
- include: 'rubies.yml'
|