Set docker-compose and run test playbook
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
---
|
||||
|
||||
- hosts: localhost
|
||||
remote_user: travis
|
||||
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
vars:
|
||||
rvm1_rubies:
|
||||
- 'ruby-2.2.5'
|
||||
- 'ruby-2.3.1'
|
||||
rvm1_install_path: '/home/travis/.rvm'
|
||||
rvm1_user: travis
|
||||
|
||||
rvm1_install_path: '/home/{{ rvm1_user }}/.rvm'
|
||||
rvm1_install_flags: '--auto-dotfiles'
|
||||
rvm1_user: root
|
||||
roles:
|
||||
- rvm1-ansible
|
||||
- role: rvm1-ansible
|
||||
|
||||
Reference in New Issue
Block a user