From 47297810773ecb21245f2da6543efa6e8a1f0535 Mon Sep 17 00:00:00 2001 From: Michal Papis Date: Fri, 21 Nov 2014 12:32:18 +0100 Subject: [PATCH 1/2] fix rvm system path --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 107cbae60..ca1340845 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 From c8dae208fd0c687b5034a0492e005c1542cb8e34 Mon Sep 17 00:00:00 2001 From: Michal Papis Date: Fri, 21 Nov 2014 18:55:20 +0100 Subject: [PATCH 2/2] update rvm installation path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60f00aaa9..06edb2523 100644 --- a/README.md +++ b/README.md @@ -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 @@ -74,7 +74,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`