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 53 forks source link

Fix for Removal of Deprecated _remote_checksum() #185

Closed nelsoncj-ibm closed 7 months ago

nelsoncj-ibm commented 7 months ago

_remote_checksum() was deprecated in Ansible PR# 74848. The plugins have displayed the warning,

"[DEPRECATION WARNING]: The '_remote_checksum()' method is deprecated. The plugin author should update the code to use '_execute_remote_stat()' instead. This feature will be removed in version 2.16." for awhile now.

_remotechecksum() was removed in PR# 80440. This causes ibmi(copy/fetc/script).py to fail when Ansible is upgraded to 2.16.

Signed-off-by: Justin C. Nelson nelsoncj@us.ibm.com

robgjertsen1 commented 7 months ago

Thanks. I am changing the code for this deprecation issue in 2.16.

robgjertsen1 commented 7 months ago

This should now be resolved with 2.0.1.