IBM / ansible-for-i

the tool is to provide several customized modules for Ansible to manage IBM i systems.
GNU General Public License v3.0
55 stars 51 forks source link

changed include to include_tasks #143

Closed psyntium closed 6 months ago

psyntium commented 1 year ago

"include" is deprecated, use include_tasks/import_tasks instead. This feature will be removed in version 2.16.

robgjertsen1 commented 6 months ago

Thanks. I have been addressing this with ansible lint clean up work. All the roles should have this fixed now (actually, all code in collection except for remaining use case directory that will be updated in next release).