rvm / rvm1-ansible

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

Deprecation warnings #227

Closed gammarayb closed 2 years ago

gammarayb commented 3 years ago

TASK [rvm.ruby : Detect if rubies are installed] ******** [DEPRECATION WARNING]: evaluating 'rvm1_rubies' as a bare variable, this behaviour will go away and you might need to add |bool to the expression in the future. Also see CONDITIONAL_BARE_VARS configuration toggle. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

TASK [rvm.ruby : Detect if ruby version can be deleted] ******* [DEPRECATION WARNING]: evaluating 'rvm1_delete_ruby' as a bare variable, this behaviour will go away and you might need to add |bool to the expression in the future. Also see CONDITIONAL_BARE_VARS configuration toggle. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

seems that this issue is already fixed in master but isnt in the current tag.

pkuczynski commented 2 years ago

I released the new version yesterday. Sorry for the delay. Closing this one...