forked from ISTI-ansible-roles/ansible-roles
15 lines
322 B
YAML
15 lines
322 B
YAML
|
---
|
||
|
- include: base-packages-old-gems.yml
|
||
|
when: is_precise
|
||
|
- include: base-packages.yml
|
||
|
when: is_trusty
|
||
|
- include: rubygems.yml
|
||
|
- include: redmine.yml
|
||
|
- include: redmine-plugins.yml
|
||
|
- include: base-config.yml
|
||
|
- include: mod_passenger.yml
|
||
|
when: ruby_use_mod_passenger
|
||
|
- include: unicorn.yml
|
||
|
when: ruby_use_unicorn
|
||
|
|