wintermoot
wintermoot
I should add, when I create a standalone rvm.yml playbook and use the provided example. It kind of works? Upgraded Ansible to latest 2.13.4 and checked I am using latest...
ISSUE: trying to run a simple rvm.ruby playbook and it installs rvm as expected with proper permissions and .rvm folder is populated. MISSING: rubies for ruby-2.3.1 (the .rvm/rubies folder is...
webuser@hoth:~/ansible/deb1$ cat rvm.yml --- - name: Configure servers with ruby support for single user hosts: web_servers roles: - { role: rvm.ruby, tags: ruby, rvm1_user: 'webuser', rvm1_rubies: ['ruby-2.3.1','ruby-2.3.4'], rvm1_bundler_install: True, rvm1_delete_ruby:...
A friend with more Ansible experience pointed out that ansible-galaxy is not the best way to install packages anymore (often out of date). Version I had: v2.1.2 rvm.ruby Version I...
I changed the target version to v2.7.4 for the rubies and ran locally again, I believe I found the issue, it's asking for a password! TASK [rvm1-ansible : Install rubies]...
I should also mention, now that I ran the RVM playbook locally and it installed.. I can run the remote one too, since it just confirms everything is installed and...
The server I am testing with (deb1 from logs above) is running Debian 11 Bullseye with all latest updates applied. I couldn't find any part of the rvm1-ansible code which...
> Hello! First off, Welcome and **thank you** for sharing not only your issues but the solutions you found along the way – so helpful for future readers! You're welcome!...