rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

Bare variables deprecated #89

Closed Heliosmaster closed 7 years ago

Heliosmaster commented 8 years ago

TASK [rvm_io.rvm1-ruby : Detect if rubies are installed] *********************** [DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment value uses the full variable syntax ('{{rvm1_rubies}}'). This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

And others similarly. Tested with Ansible 2.0.1.0 Similar to #86

lpaulmp commented 8 years ago

@Heliosmaster are you using the last release?

veger commented 7 years ago

Last deprecation warning should be fixed with https://github.com/rvm/rvm1-ansible/pull/124