win_stat - add follow option and fix broken tests (#51522)

* win_stat - add follow option and fix broken tests

* fix docs issues
This commit is contained in:
Jordan Borean 2019-01-31 15:56:06 +10:00 committed by GitHub
parent a9b459e406
commit 6a2aac487d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 138 additions and 19 deletions

View file

@ -509,7 +509,7 @@ class ActionBase(with_metaclass(ABCMeta, object)):
path=path,
follow=follow,
get_checksum=checksum,
checksum_algo='sha1',
checksum_algorithm='sha1',
)
mystat = self._execute_module(module_name='stat', module_args=module_args, task_vars=all_vars,
wrap_async=False)