diff --git a/.gitignore b/.gitignore index 45a9c42..eaf63f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ #Vagrant .vagrant/ +Vagrantfile ### OSX ### .DS_Store diff --git a/README.md b/README.md index ac98d8f..b93942d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Rbenv ansible role ========= - +[![Build Status](https://travis-ci.org/spitfast/ansible-role-rbenv.svg?branch=master)](https://travis-ci.org/spitfast/ansible-role-rbenv) Ansible role for system-wide installation of [rbenv](https://github.com/rbenv/rbenv) and rbenv [ruby-build](https://github.com/rbenv/ruby-build) plugin. Requirements @@ -17,6 +17,7 @@ rbenv_repo_path: https://github.com/rbenv/rbenv.git rbenv_ruby_build_repo_path: https://github.com/sstephenson/ruby-build.git rbenv_root_path: /usr/local/rbenv rbenv_ruby_version: 2.2.3 +``` Dependencies ------------ diff --git a/tests/test.yml b/tests/test.yml index d5fac80..b735688 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -2,6 +2,6 @@ - hosts: localhost remote_user: root vars_files: - - defaults/main.yml + - ../defaults/main.yml tasks: - - include: tasks/main.yml \ No newline at end of file + - include: ../tasks/main.yml \ No newline at end of file