ansible-miniconda-role icon indicating copy to clipboard operation
ansible-miniconda-role copied to clipboard

include is deprecated in ansible-core 2.12

Open elichad opened this issue 3 years ago • 0 comments

When using the role with ansible-core 2.12:

[DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. This feature will be removed in version 2.16.

This link has guidance on whether to switch to include_tasks or import_tasks: https://docs.ansible.com/ansible-core/2.12/user_guide/playbooks_reuse.html#re-using-files-and-roles

elichad avatar Jan 13 '22 15:01 elichad