Files
ansible-role-rvm/tests/test.yml
Nick Janetakis aea1b5a4fc Add more tests
2014-07-01 16:29:48 -04:00

16 lines
269 B
YAML

---
- hosts: localhost
remote_user: travis
sudo: false
vars:
rvm1_rubies:
- 'ruby-2.1.0'
- 'ruby-2.1.2'
rvm1_user: 'travis'
rvm1_group: 'foo'
rvm1_temp_download_path: '/tmp'
rvm1_install_path: '~/.rvm'
roles:
- ansible-ruby