rvm / rvm1-ansible

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

Replace include with import_playbook to address deprecation in 2.4 #170

Closed derekgottlieb closed 6 years ago

derekgottlieb commented 6 years ago

Ansible 2.4 deprecated the use of 'include' for playbook includes with plans to remove it completely in version 2.8. Replace the places where it was used with the new 'import_playbook' and update the minimum ansible version.

See https://github.com/rvm/rvm1-ansible/issues/169

lpaulmp commented 6 years ago

@derekgottlieb Looks good thanks the update