Commit 49cf4ae0 by Bertrand Marron

Add curl to rbenv’s debian packages

rbenv install requires curl or wget, if none of them is installed, the
role fails.
parent 4d01203f
......@@ -10,6 +10,7 @@ rbenv_bin: "{{ rbenv_dir }}/.rbenv/bin"
rbenv_shims: "{{ rbenv_root }}/shims"
rbenv_path: "{{ rbenv_bin }}:{{ rbenv_shims }}:{{ rbenv_gem_bin }}:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
rbenv_debian_pkgs:
- curl
- build-essential
- libcurl4-openssl-dev
- libreadline-dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment