mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-27 19:39:13 -07: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:
parent
a9b459e406
commit
6a2aac487d
7 changed files with 138 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue