Closed jannesaarinen closed 8 months ago
Currently getting this error:
TASK [Check if a reboot is needed on all servers] *************************************************************************************************** fatal: [192.168.0.176]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name)."}
The fix is to use get_checksum=no instead of get_md5=no.
get_checksum=no
get_md5=no
It seems get_md5 was depracated from ansible quite a long time ago (see https://github.com/ansible/ansible/commit/8386201242296e842b03f3e3826fcdbdf2dadfcb).
Thanks, this is fixed.
Currently getting this error:
The fix is to use
get_checksum=no
instead ofget_md5=no
.It seems get_md5 was depracated from ansible quite a long time ago (see https://github.com/ansible/ansible/commit/8386201242296e842b03f3e3826fcdbdf2dadfcb).