rvm / rvm1-ansible

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

Fix ansible-galaxy installation parameter #122

Closed nfedyashev closed 7 years ago

nfedyashev commented 7 years ago
nfedyashev@MacPro : ~
[0] % ansible-galaxy install rvm_io.rvm1-ruby
- downloading role 'rvm1-ruby', owned by rvm_io
 [WARNING]: - rvm_io.rvm1-ruby was NOT installed successfully: - sorry, rvm_io.rvm1-ruby was not found on https://galaxy.ansible.com.

ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.

nfedyashev@MacPro : ~
[1] % ansible-galaxy install rvm_io.ruby
- downloading role 'ruby', owned by rvm_io
- downloading role from https://github.com/rvm/rvm1-ansible/archive/v1.3.9.tar.gz
- extracting rvm_io.ruby to /usr/local/etc/ansible/roles/rvm_io.ruby
- rvm_io.ruby was installed successfully
pkuczynski commented 7 years ago

Thanks!