mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
add deprecation for stat get_md5 (#33002)
This commit is contained in:
@@ -478,7 +478,6 @@ class ActionBase(with_metaclass(ABCMeta, object)):
|
||||
module_args = dict(
|
||||
path=path,
|
||||
follow=follow,
|
||||
get_md5=False,
|
||||
get_checksum=checksum,
|
||||
checksum_algo='sha1',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user