Enable sudo for the tests

This commit is contained in:
Nick Janetakis
2014-07-01 17:25:07 -04:00
parent 1c3c3fa97e
commit af95a3cbd8

View File

@@ -1,16 +1,16 @@
--- ---
- hosts: localhost - hosts: localhost
remote_user: travis remote_user: travis
sudo: false sudo: true
vars: vars:
rvm1_rubies: rvm1_rubies:
- 'ruby-2.1.0' - 'ruby-2.1.0'
- 'ruby-2.1.2' - 'ruby-2.1.2'
rvm1_user: 'travis' rvm1_user: 'travis'
#rvm1_group: 'audio' rvm1_group: 'audio'
rvm1_temp_download_path: '/tmp' rvm1_temp_download_path: '/tmp'
#rvm1_install_path: '~/.rvm' rvm1_install_path: '~/.rvm'
roles: roles:
- ansible-ruby - ansible-ruby