From 2d58c912b547246ef177ee66f7a06b6a9f2c8a07 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Mon, 5 May 2014 10:47:04 -0400 Subject: [PATCH] Update the playbook example section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7903815..9b8d5e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## What is ansible-ruby? -It is an [Ansible](http://www.ansible.com/home) role to install a specific version of ruby without having to compile ruby on the machine you're setting up. It does this by using rvm under the hood. +It is an [ansible](http://www.ansible.com/home) role to install a specific version of ruby without having to compile ruby on the machine you're setting up. It does this by using rvm under the hood. ### What problem does it solve and why is it useful? @@ -34,7 +34,7 @@ To use this role edit your `site.yml` file to look something like this: - { role: nickjj.ruby, tags: ruby } ``` -Let's say you want to edit the default version, you can do this by opening or creating `yourplaybook/group_vars/app.yml` and then making it look something like this: +Let's say you want to edit the default version, you can do this by opening or creating `group_vars/app.yml` which is located relative to your `inventory` directory and then making it look something like this: ``` ---