We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
I found problem. There was not curl package in the system.
Sorry, something went wrong.
No branches or pull requests
Hello,
my playbook contains
I get an error:
Thanks!
The text was updated successfully, but these errors were encountered: