Test in debian 9, ubuntu 14.04 and ubuntu 16.04
This commit is contained in:
11
tests/test_user.yml
Normal file
11
tests/test_user.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
vars:
|
||||
rvm1_user: user
|
||||
rvm1_install_path: '/home/{{ rvm1_user }}/.rvm'
|
||||
rvm1_rubies:
|
||||
- 'ruby-2.2.5'
|
||||
- 'ruby-2.3.1'
|
||||
roles:
|
||||
- role: rvm1-ansible
|
||||
Reference in New Issue
Block a user