Skip to content

Commit

Permalink
Merging latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Dec 12, 2014
2 parents eac27af + c8dae20 commit 7bab6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rvm1_rubies:
rvm1_delete_ruby:
# Install path for rvm (defaults to system wide)
rvm1_install_path: '/usr/local/lib/rvm'
rvm1_install_path: '/usr/local/rvm'
# Add or remove any install flags
# NOTE: If you are doing a USER BASED INSTALL then
Expand Down Expand Up @@ -77,7 +77,7 @@ rvm1_gpg_key_server: 'hkp://keys.gnupg.net'
#### System wide installation

The above example would setup ruby system wide. It's very important that you
run the play with sudo because it will need to write to `/usr/local/lib/rvm`.
run the play with sudo because it will need to write to `/usr/local/rvm`.

#### To the same user as `ansible_ssh_user`

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rvm1_rubies:
rvm1_delete_ruby:

# Install path for rvm (defaults to system wide)
rvm1_install_path: '/usr/local/lib/rvm'
rvm1_install_path: '/usr/local/rvm'

# Add or remove any install flags
# NOTE: If you are doing a USER BASED INSTALL then
Expand Down

0 comments on commit 7bab6b7

Please sign in to comment.