rvm / rvm1-ansible

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

Deprecation warning for use of 'include' in ansible 2.4 and later #169

Closed derekgottlieb closed 6 years ago

derekgottlieb commented 6 years ago

When using this role on ansible 2.4 or later, you'll get the following deprecation warning:

[DEPRECATION WARNING]: 'include' for playbook includes. You should use 
'import_playbook' instead. This feature will be removed in version 2.8. 
Deprecation warnings can be disabled by setting deprecation_warnings=False in 
ansible.cfg.