add deprecation for stat get_md5 (#33002)

This commit is contained in:
Jordan Borean 2017-11-28 09:58:55 +10:00 committed by ansibot
parent 4fe08441be
commit 8386201242
8 changed files with 79 additions and 41 deletions

View file

@ -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',
)