mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user