rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

permission denied installing rvm #142

Open dgm opened 7 years ago

dgm commented 7 years ago

The "Install rvm installer" section runs if the file exists but never checks if the file is executable. Somehow I had rvm-installer.sh at the required location but was chmod 644. Removing the file and letting the playbook download it fixed my problem, but maybe those permissions should be part of the detection?