rbenv
rbenv copied to clipboard
Ansible role for installing rbenv.
I am getting this error. Any ideas why? ```` FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'drop_ruby'\n\nThe...
I'm finding that a particular server I'm maintaining cannot reach cache.ruby-lang.org, but it can reach one of the mirrors located in China: https://cache.ruby-china.com/pub/ruby/ Is it possible to direct rbenv via...
Placing the `rbenv init -` script in the `/etc/profile.d` folder (in https://github.com/zzet/ansible-rbenv-role/blob/master/tasks/main.yml#L87) should enable a systemwide installation for all users. This only works with shells using the `/etc/profile.d` folder. For...
Trying to install 2.5.2 on a ubuntu 20.04 machine. Had to update one of the plugins to use "main" as the branch name since it was renamed from master. I...
A role does not have `idempotency` which is essential feature of Ansible. Following task always shows `changed`: ``` TASK [zzet.rbenv : install ruby versions for system] ********************************************************************************************************* changed: [dev-02] =>...
Please add 'apt' package manager as a dependency to the README. This role doesn't work outside of the Ubuntu family. `TASK [zzet.rbenv : update apt cache] ************************************************************************************************************************************ fatal: [my-host]: FAILED!...
It seems ruby_installed doesnot get populated: my playbook: - hosts: rbenv gather_facts: true # https://github.com/zzet/ansible-rbenv-role/issues/37 vars: rbenv_clean_up: True rbenv: env: user version: v1.1.0 default_ruby: 2.3.7 rubies: - version: 2.3.7 -...
I ran version 2.2.6 and 3.3.6 on Debian Jessy without a problem. But on Debian Stretch I get the following error: ``` TASK [zzet.rbenv : checkout rbenv_repo for selected users]...
Hi, first good job with playbook. So I'm try use this playbook withe `env: true` but this errors happened: ```yml TASK [zzet.rbenv : add rbenv initialization to profile system-wide] **********************************************************************************...
When I run the playbook on Bionic Beaver installing Ruby 2.1.5 I get a fatal error at the build step. The error output shows this: ``` Downloading ruby-2.1.5.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.bz2...