Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not install 1.9.3 on Debian #11

Closed
rombr opened this issue Dec 21, 2016 · 1 comment
Closed

Can not install 1.9.3 on Debian #11

rombr opened this issue Dec 21, 2016 · 1 comment

Comments

@rombr
Copy link

rombr commented Dec 21, 2016

Hello,
my playbook contains

- role: rvm_io.ruby
      become: yes
      rvm1_rubies: ['ruby-1.9.3']
      rvm1_install_flags: '--auto-dotfiles'
      rvm1_install_path: /usr/local/rvm
      rvm1_user: root

I get an error:

< TASK [rvm_io.ruby : Install rvm] >
 ----------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

fatal: [188.166.135.48]: FAILED! => {"changed": true, "cmd": ["/tmp/rvm-installer.sh", "stable", "--path", "/usr/local/rvm", "--auto-dotfiles"], "delta": "0:00:00.042643", "end": "2016-12-21 11:41:33.787967", "failed": true, "rc": 200, "start": "2016-12-21 11:41:33.745324", "stderr": "", "stdout": "Turning on auto dotfiles mode.\nDownloading https://github.com/rvm/rvm/archive/.tar.gz\n\nCould not download 'https://github.com/rvm/rvm/archive/.tar.gz'.\n  curl returned status '200'.\n\nDownloading https://bitbucket.org/mpapis/rvm/get/.tar.gz\n\nCould not download 'https://bitbucket.org/mpapis/rvm/get/.tar.gz'.\n  curl returned status '200'.", "stdout_lines": ["Turning on auto dotfiles mode.", "Downloading https://github.com/rvm/rvm/archive/.tar.gz", "", "Could not download 'https://github.com/rvm/rvm/archive/.tar.gz'.", "  curl returned status '200'.", "", "Downloading https://bitbucket.org/mpapis/rvm/get/.tar.gz", "", "Could not download 'https://bitbucket.org/mpapis/rvm/get/.tar.gz'.", "  curl returned status '200'."], "warnings": []}
	to retry, use: --limit @/home/rombr/Workspace/interactive-menu/ansible/web.retry
 ____________
< PLAY RECAP >
 ------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

188.166.135.48             : ok=26   changed=1    unreachable=0    failed=1   

Thanks!

@rombr
Copy link
Author

rombr commented Dec 26, 2016

I found problem. There was not curl package in the system.

@rombr rombr closed this as completed Dec 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant